diff options
author | Mans Rullgard <mans@mansr.com> | 2011-10-11 16:00:21 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-10-11 18:24:51 +0100 |
commit | fdba370f8a1bdfc22ecbdf3c7148c2f8680a4ac4 (patch) | |
tree | f908af97621bbf687b604b722a0d9f16239a02ab /tests/ref/lavf/gxf | |
parent | 91f4732913f657f426f2707c45b9026e12b04eb2 (diff) | |
download | ffmpeg-fdba370f8a1bdfc22ecbdf3c7148c2f8680a4ac4.tar.gz |
h264: fix HRD parameters parsing
The bit_rate_value_minus1 and cpb_size_value_minus1 elements
allow a wider range than get_ue_golomb() supports. This
adds a get_ue_golomb_long() function supporting up to 31
leading zeros, which is the maximum for these syntax
elements, and uses it in decode_hrd_parameters().
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/ref/lavf/gxf')
0 files changed, 0 insertions, 0 deletions