]> git.sesse.net Git - ffmpeg/commitdiff
avformat/libopenmpt: Fix successfull typo
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 28 Dec 2018 21:22:52 +0000 (22:22 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 31 Dec 2018 01:37:08 +0000 (02:37 +0100)
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/libopenmpt.c

index 0fff702a36f4689ecf618c40062079d3e6a91000..a3342708477da1350f707fd03511419614ec9cdd 100644 (file)
@@ -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;