mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
parent
6e7474459a
commit
c50695c14b
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ gst_jpeg_dec_parse_image_data (GstJpegDec * dec)
|
||||||
if (noffset < 0) {
|
if (noffset < 0) {
|
||||||
/* ignore and continue resyncing until we hit the end
|
/* ignore and continue resyncing until we hit the end
|
||||||
* of our data or find a sync point that looks okay */
|
* of our data or find a sync point that looks okay */
|
||||||
|
offset++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
GST_DEBUG ("found sync at 0x%x", offset + 2);
|
GST_DEBUG ("found sync at 0x%x", offset + 2);
|
||||||
|
|
Loading…
Reference in a new issue