1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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
*
* This file is part of FFmpeg.
@ -27,7 +26,6 @@
* memory buffer source API for video
*/
#include "avfilter.h"
/**