vsrc_buffer: remove duplicated file description

This commit is contained in:
Stefano Sabatini
2011-05-25 09:37:25 +02:00
parent 034fc7bf12
commit ecf72542fa

View File

@@ -1,5 +1,4 @@
/* /*
* Memory buffer source filter
* Copyright (c) 2008 Vitor Sessak * Copyright (c) 2008 Vitor Sessak
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
@@ -27,7 +26,6 @@
* memory buffer source API for video * memory buffer source API for video
*/ */
#include "avfilter.h" #include "avfilter.h"
/** /**