mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
743b4677a2
GET_BITS is a macro for gst_bit_reader_get_bits_uint32, which cannot read more than 32 bits and will fail in this case where it is called to read 79 bits. Since we want to skip those bits, gst_bit_reader_skip is more appropriate in this case. |
||
---|---|---|
.. | ||
Makefile.am | ||
mpeg4parse.c | ||
mpeg4parse.h | ||
mpeg4videoparse.c | ||
mpeg4videoparse.h |