codecparsers: mpeg4: do not expect a marker bit where not specified
Fixes #672447.
This commit is contained in:
parent
5536bcf8b8
commit
5b2c2fa32b
@ -1013,7 +1013,6 @@ gst_mpeg4_parse_video_object_layer (GstMpeg4VideoObjectLayer * vol,
|
||||
|
||||
vol->latter_half_vbv_buffer_size =
|
||||
gst_bit_reader_get_bits_uint8_unchecked (&br, 3);
|
||||
MARKER_UNCHECKED (&br);
|
||||
|
||||
vol->vbv_buffer_size = (vol->first_half_vbv_buffer_size << 15) |
|
||||
vol->latter_half_vbv_buffer_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user