Browse Source

cbs_h265: Add PTL parsing for Main 10 Still Picture profile

This was added in the 2018 version of the standard.
tags/n4.1
Mark Thompson 6 years ago
parent
commit
2dee0679e9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavcodec/cbs_h265_syntax_template.c

+ 5
- 0
libavcodec/cbs_h265_syntax_template.c View File

@@ -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);


Loading…
Cancel
Save