mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
gui/movieplayer.cpp: enable DTS on apollo
Origin commit data
------------------
Commit: 1991a0b16e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
This commit is contained in:
@@ -780,7 +780,9 @@ void CMoviePlayerGui::addAudioFormat(int count, std::string &apidtitle, bool fil
|
|||||||
break;
|
break;
|
||||||
case 6: /*DTS*/
|
case 6: /*DTS*/
|
||||||
apidtitle.append(" (DTS)");
|
apidtitle.append(" (DTS)");
|
||||||
|
#ifndef BOXMODEL_APOLLO
|
||||||
enabled = false;
|
enabled = false;
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case 7: /*MLP*/
|
case 7: /*MLP*/
|
||||||
apidtitle.append(" (MLP)");
|
apidtitle.append(" (MLP)");
|
||||||
|
Reference in New Issue
Block a user