[FFmpeg-cvslog] cbs_h265: Add PTL parsing for Main 10 Still Picture profile

Mark Thompson git at videolan.org
Wed Oct 31 23:39:22 EET 2018


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Sat Oct 27 22:39:47 2018 +0100| [2dee0679e9a88e1fea51ebd3dcd2bbbf6e1777d6] | committer: Mark Thompson

cbs_h265: Add PTL parsing for Main 10 Still Picture profile

This was added in the 2018 version of the standard.

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

 libavcodec/cbs_h265_syntax_template.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libavcodec/cbs_h265_syntax_template.c b/libavcodec/cbs_h265_syntax_template.c
index d4e4f7b1c2..e43f3caf99 100644
--- a/libavcodec/cbs_h265_syntax_template.c
+++ b/libavcodec/cbs_h265_syntax_template.c
@@ -130,6 +130,11 @@ static int FUNC(profile_tier_level)(CodedBitstreamContext *ctx, RWContext *rw,
                 fixed(24, general_reserved_zero_34bits, 0);
                 fixed(10, general_reserved_zero_34bits, 0);
             }
+        } else if (profile_compatible(2)) {
+            fixed(7, general_reserved_zero_7bits, 0);
+            flag(general_one_picture_only_constraint_flag);
+            fixed(24, general_reserved_zero_35bits, 0);
+            fixed(11, general_reserved_zero_35bits, 0);
         } else {
             fixed(24, general_reserved_zero_43bits, 0);
             fixed(19, general_reserved_zero_43bits, 0);



More information about the ffmpeg-cvslog mailing list