|
|
@@ -249,6 +249,10 @@ int ff_start_frame(AVFilterLink *link, AVFilterBufferRef *picref) |
|
|
|
|
|
|
|
FF_TPRINTF_START(NULL, start_frame); ff_tlog_link(NULL, link, 0); ff_tlog(NULL, " "); ff_tlog_ref(NULL, picref, 1); |
|
|
|
|
|
|
|
av_assert1(picref->format == link->format); |
|
|
|
av_assert1(picref->video->w == link->w); |
|
|
|
av_assert1(picref->video->h == link->h); |
|
|
|
|
|
|
|
if (link->closed) { |
|
|
|
avfilter_unref_buffer(picref); |
|
|
|
return AVERROR_EOF; |
|
|
|