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
fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)
Originally committed as revision 1213 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
John Ryland
Michael Niedermayer
23 years ago
parent
a32072d0e9
commit
b24cf8283e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libav/raw.c
+ 1
- 1
libav/raw.c
View File
@@ -169,7 +169,7 @@ static int mpegvideo_probe(AVProbeData *p)
if (code == SEQ_START_CODE ||
code == GOP_START_CODE ||
code == PICTURE_START_CODE)
return
AVPROBE_SCORE_MAX
- 1;
return
50
- 1;
else
return 0;
}
Write
Preview
Loading…
Cancel
Save