mirror of https://github.com/mpv-player/mpv
subtitles priority calculation correction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10933 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5abb1a8665
commit
eb0cf6556f
|
@ -1762,7 +1762,7 @@ char** sub_filenames(char* path, char *fname)
|
|||
if (prio) {
|
||||
prio += prio;
|
||||
#ifdef USE_ICONV
|
||||
if (sub_utf8 || (i<3)){ // prefer UTF-8 coded
|
||||
if (i<3){ // prefer UTF-8 coded
|
||||
prio++;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue