Commit 1509bd3e authored by Nicolas George's avatar Nicolas George

lavd/lavfi: remove a duplicated line.

parent d0f79271
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment