mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/libopenmpt: Fix successfull typo
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
062bf56393
commit
571af98a59
|
@ -259,7 +259,7 @@ static int read_probe_openmpt(AVProbeData *p)
|
||||||
} else {
|
} else {
|
||||||
/* The file extension is unknown and we have very few data
|
/* The file extension is unknown and we have very few data
|
||||||
* bytes available. libopenmpt cannot decide anything here,
|
* bytes available. libopenmpt cannot decide anything here,
|
||||||
* and returning any score > 0 would result in successfull
|
* and returning any score > 0 would result in successful
|
||||||
* probing of random data.
|
* probing of random data.
|
||||||
*/
|
*/
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue