Commit 571af98a authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/libopenmpt: Fix successfull typo

Reviewed-by: 's avatarLou Logan <lou@lrcd.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 062bf563
......@@ -259,7 +259,7 @@ static int read_probe_openmpt(AVProbeData *p)
} else {
/* The file extension is unknown and we have very few data
* 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.
*/
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment