avfilter: use the new AVFrame interlace flags in all filters

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2023-05-04 18:14:11 -03:00
parent 2f561ba953
commit 36827ea783
30 changed files with 132 additions and 53 deletions
+1 -1
View File
@@ -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) {