mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 04:47:12 +00:00
avformat/mpeg: add missing check
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
1f7705e5b1
commit
0995641202
@ -456,6 +456,8 @@ redo:
|
||||
startcode = 0x80;
|
||||
m->raw_ac3 = 1;
|
||||
avio_skip(s->pb, -2);
|
||||
} else {
|
||||
avio_skip(s->pb, -1);
|
||||
}
|
||||
} else {
|
||||
len--;
|
||||
|
Loading…
Reference in New Issue
Block a user