diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-27 18:53:15 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-27 18:53:15 +0100 |
| commit | bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9 (patch) | |
| tree | 74673d845700f3686c4f8766956a84c108cc77a0 /lib/service/servicemp3.cpp | |
| parent | fd6065d88f5c3448a97cec0e5865af06e750fc07 (diff) | |
| download | enigma2-bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.tar.gz enigma2-bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.zip | |
disable m2ts support for release 2.6
Diffstat (limited to 'lib/service/servicemp3.cpp')
| -rw-r--r-- | lib/service/servicemp3.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 16ca8287..af9e1d34 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -42,7 +42,6 @@ eServiceFactoryMP3::eServiceFactoryMP3() extensions.push_back("mp4"); extensions.push_back("mov"); extensions.push_back("m4a"); - extensions.push_back("m2ts"); sc->addServiceFactory(eServiceFactoryMP3::id, this, extensions); } |
