mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
gui/movieplayer.cpp: enable DTS on apollo
This commit is contained in:
@@ -780,7 +780,9 @@ void CMoviePlayerGui::addAudioFormat(int count, std::string &apidtitle, bool fil
|
||||
break;
|
||||
case 6: /*DTS*/
|
||||
apidtitle.append(" (DTS)");
|
||||
#ifndef BOXMODEL_APOLLO
|
||||
enabled = false;
|
||||
#endif
|
||||
break;
|
||||
case 7: /*MLP*/
|
||||
apidtitle.append(" (MLP)");
|
||||
|
Reference in New Issue
Block a user