mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
codecparsers: scan next resync marker after current one
This commit is contained in:
parent
012c40140f
commit
f33f26e437
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ gst_mpeg4_next_resync (GstMpeg4Packet * packet,
|
|||
packet->marker_size = markersize;
|
||||
|
||||
off2 = gst_byte_reader_masked_scan_uint32 (&br, mask, pattern,
|
||||
off1, size - off1);
|
||||
off1 + 2, size - off1 - 2);
|
||||
|
||||
if (off2 == -1)
|
||||
return GST_MPEG4_PARSER_NO_PACKET_END;
|
||||
|
|
Loading…
Reference in a new issue