[FFmpeg-devel] [PATCH 2/5] avcodec: use the new AVFrame interlace flags in all decoders and encoders

2023-04-24 Thread James Almer
Signed-off-by: James Almer --- libavcodec/cfhd.c | 6 +++--- libavcodec/crystalhd.c | 4 ++-- libavcodec/cuviddec.c | 9 ++--- libavcodec/decode.c | 2 ++ libavcodec/dnxhddec.c | 14 +++--- libavcodec/dnxhdenc.c |

Re: [FFmpeg-devel] [PATCH 2/5] avcodec: use the new AVFrame interlace flags in all decoders and encoders

2023-04-23 Thread Anton Khirnov
Quoting James Almer (2023-04-12 21:49:33) > diff --git a/libavcodec/cuviddec.c b/libavcodec/cuviddec.c > index 76e70aa648..a407154959 100644 > --- a/libavcodec/cuviddec.c > +++ b/libavcodec/cuviddec.c > @@ -631,10 +631,10 @@ FF_DISABLE_DEPRECATION_WARNINGS > FF_ENABLE_DEPRECATION_WARNINGS >