ac3parse: fix scanning for next syncword
This commit is contained in:
parent
3f5b4ee67f
commit
660cdc4679
@ -397,7 +397,7 @@ gst_ac3_parse_check_valid_frame (GstBaseParse * parse, GstBuffer * buf,
|
|||||||
|
|
||||||
/* didn't find anything that looks like a sync word, skip */
|
/* didn't find anything that looks like a sync word, skip */
|
||||||
if (off < 0) {
|
if (off < 0) {
|
||||||
*skipsize = GST_BUFFER_SIZE (buf) - 2;
|
*skipsize = GST_BUFFER_SIZE (buf) - 3;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user