Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-12-15 22:55:35 +0400
committerNicolas George <nicolas.george@normalesup.org>2011-12-16 02:34:25 +0400
commit1509bd3e9ee0e0be94d1771a6514ae60768209b7 (patch)
tree6c8d381841c1a81e4996ee56449815f5bf3ca5f1 /libavdevice
parentd0f7927177077799abe540f9195b5ce1fc089183 (diff)
lavd/lavfi: remove a duplicated line.
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/lavfi.c1
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,