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

2020-09-05 Thread James Almer
ffmpeg | branch: release/4.3 | James Almer  | 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 
Signed-off-by: James Almer 
(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;
 }
 

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

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

2020-08-23 Thread James Almer
ffmpeg | branch: master | James Almer  | Sun Aug 23 16:23:56 
2020 -0300| [6c20207dceefa0452c65c719f0326cbc0177e827] | committer: James Almer

avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frame

Reviewed-by: Mark Thompson 
Signed-off-by: James Almer 

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

 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 dedd549572..28d9ab9817 100644
--- a/libavcodec/cbs_av1_syntax_template.c
+++ b/libavcodec/cbs_av1_syntax_template.c
@@ -1299,6 +1299,7 @@ static int 
FUNC(uncompressed_header)(CodedBitstreamContext *ctx, RWContext *rw,
 else
 infer(refresh_frame_flags, 0);
 
+infer(frame_type,frame->frame_type);
 infer(frame_width_minus_1,   frame->upscaled_width - 1);
 infer(frame_height_minus_1,  frame->frame_height - 1);
 infer(render_width_minus_1,  frame->render_width - 1);

___
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".