gui/movieplayer.cpp: enable DTS on apollo

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1991a0b16e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-01-16 15:51:39 +04:00
parent 27c24b0e8e
commit 0cd8db0809

View File

@@ -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)");