[FFmpeg-cvslog] avformat/libopenmpt: Fix successfull typo

Michael Niedermayer git at videolan.org
Mon Jan 21 13:20:38 EET 2019


ffmpeg | branch: release/4.1 | Michael Niedermayer <michael at niedermayer.cc> | Fri Dec 28 22:22:52 2018 +0100| [6b6c854658661573dbc598a1fc5921c5756dd6cd] | committer: Michael Niedermayer

avformat/libopenmpt: Fix successfull typo

Reviewed-by: Lou Logan <lou at lrcd.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit 571af98a5959d72c65a6753eb8e82cde407f4cd0)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b6c854658661573dbc598a1fc5921c5756dd6cd
---

 libavformat/libopenmpt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/libopenmpt.c b/libavformat/libopenmpt.c
index 0fff702a36..a334270847 100644
--- a/libavformat/libopenmpt.c
+++ b/libavformat/libopenmpt.c
@@ -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;



More information about the ffmpeg-cvslog mailing list