This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/mpeg: add missing check
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n4.0
Paul B Mahol
8 years ago
parent
1f7705e5b1
commit
0995641202
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavformat/mpeg.c
+ 2
- 0
libavformat/mpeg.c
View File
@@ -456,6 +456,8 @@ redo:
startcode = 0x80;
m->raw_ac3 = 1;
avio_skip(s->pb, -2);
} else {
avio_skip(s->pb, -1);
}
} else {
len--;
Write
Preview
Loading…
Cancel
Save