lavd/lavfi: remove a duplicated line.

pull/2/head
Nicolas George 13 years ago
parent d0f7927177
commit 1509bd3e9e
  1. 1
      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,

Loading…
Cancel
Save