Browse Source

avformat/libopenmpt: Fix successfull typo

Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.2
Michael Niedermayer 6 years ago
parent
commit
571af98a59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/libopenmpt.c

+ 1
- 1
libavformat/libopenmpt.c View 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;


Loading…
Cancel
Save