mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
The upper three bits are reserved and not guaranteed to be 0.
This commit is contained in:
parent
feb1a3be54
commit
dad4cb8b57
@ -606,6 +606,7 @@ mpeg4_p10_extract_par(uint8_t *&buffer,
|
||||
nalu.clear();
|
||||
num_sps = avcc.read_uint8();
|
||||
new_avcc.write_uint8(num_sps);
|
||||
num_sps &= 0x1f;
|
||||
mxverb(4, "mpeg4_p10_extract_par: num_sps %d\n", num_sps);
|
||||
|
||||
for (sps = 0; sps < num_sps; sps++) {
|
||||
|
Loading…
Reference in New Issue
Block a user