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

Nicolas George git at videolan.org
Thu Dec 15 23:44:59 CET 2011


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Thu Dec 15 19:55:35 2011 +0100| [1509bd3e9ee0e0be94d1771a6514ae60768209b7] | committer: Nicolas George

lavd/lavfi: remove a duplicated line.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1509bd3e9ee0e0be94d1771a6514ae60768209b7
---

 libavdevice/lavfi.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c
index 04dc3b2..60d5375 100644
--- a/libavdevice/lavfi.c
+++ b/libavdevice/lavfi.c
@@ -185,7 +185,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,



More information about the ffmpeg-cvslog mailing list