mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
lavd/lavfi: remove a duplicated line.
This commit is contained in:
parent
d0f7927177
commit
1509bd3e9e
@ -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…
Reference in New Issue
Block a user