Merge commit 'ee6280ca12'
* commit 'ee6280ca12': h264: parse two additional constraint flags Conflicts: libavcodec/h264_ps.c See:9091ba9dfaMerged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
983c7f4015
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ int ff_h264_decode_seq_parameter_set(H264Context *h)
|
|||
constraint_set_flags |= get_bits1(&h->gb) << 3; // constraint_set3_flag
|
||||
constraint_set_flags |= get_bits1(&h->gb) << 4; // constraint_set4_flag
|
||||
constraint_set_flags |= get_bits1(&h->gb) << 5; // constraint_set5_flag
|
||||
get_bits(&h->gb, 2); // reserved
|
||||
skip_bits(&h->gb, 2); // reserved_zero_2bits
|
||||
level_idc = get_bits(&h->gb, 8);
|
||||
sps_id = get_ue_golomb_31(&h->gb);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue