[FFmpeg-devel] [PATCH 6/6] avcodec/h264dec: Support skipping frames that used gray gap frames

2023-11-14 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/h264dec.c | 7 +++ libavcodec/h264dec.h | 1 + 2 files changed, 8 insertions(+) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index b48821db244..aa0022a3aba 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264dec.c @@ -939,6 +93

Re: [FFmpeg-devel] [PATCH 6/6] avcodec/h264dec: Support skipping frames that used gray gap frames

2023-11-21 Thread James Almer
On 11/14/2023 2:20 PM, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- libavcodec/h264dec.c | 7 +++ libavcodec/h264dec.h | 1 + 2 files changed, 8 insertions(+) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index b48821db244..aa0022a3aba 100644 --- a/libavc