[FFmpeg-cvslog] avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame

James Almer git at videolan.org
Sun Sep 6 04:38:05 EEST 2020


ffmpeg | branch: release/4.3 | James Almer <jamrial at gmail.com> | Sun Aug 23 16:23:56 2020 -0300| [f73c4487ef0d4acf96d322043a6990b04f1012e5] | committer: James Almer

avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame

Reviewed-by: Mark Thompson <sw at jkqxz.net>
Signed-off-by: James Almer <jamrial at gmail.com>
(cherry picked from commit 6c20207dceefa0452c65c719f0326cbc0177e827)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f73c4487ef0d4acf96d322043a6990b04f1012e5
---

 libavcodec/cbs_av1_syntax_template.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/cbs_av1_syntax_template.c b/libavcodec/cbs_av1_syntax_template.c
index ce6a66823c..9f8f46bc95 100644
--- a/libavcodec/cbs_av1_syntax_template.c
+++ b/libavcodec/cbs_av1_syntax_template.c
@@ -1280,6 +1280,7 @@ static int FUNC(uncompressed_header)(CodedBitstreamContext *ctx, RWContext *rw,
             else
                 infer(refresh_frame_flags, 0);
 
+            infer(frame_type,            frame->frame_type);
             return 0;
         }
 



More information about the ffmpeg-cvslog mailing list