use auto lang only with more as 1 audio pid

This commit is contained in:
Jacek Jendrzej
2014-04-18 19:27:08 +02:00
parent 9257d21c9e
commit 3d71258d31
2 changed files with 2 additions and 2 deletions

View File

@@ -1639,7 +1639,7 @@ void CMoviePlayerGui::selectAutoLang()
}
}
}
if(g_settings.auto_lang) {
if(g_settings.auto_lang && (numpida > 1)) {
int pref_idx = -1;
playback->FindAllPids(apids, ac3flags, &numpida, language);