mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avfilter: use the new AVFrame interlace flags in all filters
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -318,7 +318,7 @@ retry:
|
||||
return ret;
|
||||
|
||||
if (inpicref) {
|
||||
if (inpicref->interlaced_frame)
|
||||
if (inpicref->flags & AV_FRAME_FLAG_INTERLACED)
|
||||
av_log(ctx, AV_LOG_WARNING, "Interlaced frame found - the output will not be correct.\n");
|
||||
|
||||
if (inpicref->pts == AV_NOPTS_VALUE) {
|
||||
|
||||
Reference in New Issue
Block a user