avformat/mpeg: add missing check
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -456,6 +456,8 @@ redo:
|
|||||||
startcode = 0x80;
|
startcode = 0x80;
|
||||||
m->raw_ac3 = 1;
|
m->raw_ac3 = 1;
|
||||||
avio_skip(s->pb, -2);
|
avio_skip(s->pb, -2);
|
||||||
|
} else {
|
||||||
|
avio_skip(s->pb, -1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
len--;
|
len--;
|
||||||
|
|||||||
Reference in New Issue
Block a user