diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-12-15 19:55:35 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-12-15 23:34:25 +0100 |
commit | 1509bd3e9ee0e0be94d1771a6514ae60768209b7 (patch) | |
tree | 6c8d381841c1a81e4996ee56449815f5bf3ca5f1 /libavdevice/lavfi.c | |
parent | d0f7927177077799abe540f9195b5ce1fc089183 (diff) | |
download | ffmpeg-1509bd3e9ee0e0be94d1771a6514ae60768209b7.tar.gz |
lavd/lavfi: remove a duplicated line.
Diffstat (limited to 'libavdevice/lavfi.c')
-rw-r--r-- | libavdevice/lavfi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c index 04dc3b233c..60d5375ec6 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, |