mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
codecparsers: mpeg4: do not expect a marker bit where not specified
Fixes #672447.
This commit is contained in:
parent
5536bcf8b8
commit
5b2c2fa32b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue