subtitles priority calculation correction

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10933 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atlka 2003-09-23 05:36:47 +00:00
parent 5abb1a8665
commit eb0cf6556f
1 changed files with 1 additions and 1 deletions

View File

@ -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