diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-04 11:50:27 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-04 11:50:27 +0100 |
| commit | 404743faf9cbf0c70d68ca047f2a8e914a0d94b5 (patch) | |
| tree | b1fee7842e2b3638eba186b4275ab3a76d68aa56 | |
| parent | 2d546599e517470d6b790c5e8f3a59441394d2d5 (diff) | |
| download | enigma2-404743faf9cbf0c70d68ca047f2a8e914a0d94b5.tar.gz enigma2-404743faf9cbf0c70d68ca047f2a8e914a0d94b5.zip | |
no more need to use fluendo mpeg stuff
| -rw-r--r-- | lib/service/servicemp3.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index d90186a5..569272b0 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -321,11 +321,11 @@ eServiceMP3::eServiceMP3(const char *filename): m_filename(filename), m_pump(eAp switch (sourceinfo.containertype) { case ctMPEGTS: - demux_type = "flutsdemux"; + demux_type = "mpegtsdemux"; break; case ctMPEGPS: case ctVCD: - demux_type = "flupsdemux"; + demux_type = "mpegpsdemux"; break; case ctMKV: demux_type = "matroskademux"; |
