[FFmpeg-devel] [PATCH] lavd/lavfi: remove a duplicated line.

Nicolas George nicolas.george at normalesup.org
Thu Dec 15 19:56:16 CET 2011


Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 libavdevice/lavfi.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c
index 8c14fca..e9677f8 100644
--- a/libavdevice/lavfi.c
+++ b/libavdevice/lavfi.c
@@ -186,7 +186,6 @@ av_cold static int lavfi_read_header(AVFormatContext *avctx,
 
         if (type == AVMEDIA_TYPE_VIDEO) {
             AVBufferSinkParams *buffersink_params = av_buffersink_params_alloc();
-            buffersink_params->pixel_fmts = pix_fmts;
 
 #if FF_API_OLD_VSINK_API
             ret = avfilter_graph_create_filter(&sink, buffersink,
-- 
1.7.7.3



More information about the ffmpeg-devel mailing list