You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)
Originally committed as revision 1213 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
a32072d0e9
commit
b24cf8283e
@@ -169,7 +169,7 @@ static int mpegvideo_probe(AVProbeData *p)
|
|||||||
if (code == SEQ_START_CODE ||
|
if (code == SEQ_START_CODE ||
|
||||||
code == GOP_START_CODE ||
|
code == GOP_START_CODE ||
|
||||||
code == PICTURE_START_CODE)
|
code == PICTURE_START_CODE)
|
||||||
return AVPROBE_SCORE_MAX - 1;
|
return 50 - 1;
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user