From: Fraxinas Date: Mon, 29 Jun 2009 06:47:26 +0000 (+0200) Subject: Revert "servicemp3: allow .flv extension (this will ONLY work with most recent versio... X-Git-Tag: 2.6.0~226^2~3 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d028132696a9a72e4ccf4a0f9b0e9d0e0e122f89?hp=7ee1ed6595e67596385af85719a262d63dbcc93e Revert "servicemp3: allow .flv extension (this will ONLY work with most recent version of flv containers containing h264 video and nothing else!" This reverts commit 7ee1ed6595e67596385af85719a262d63dbcc93e. --- diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 597c0e70..fe8c7f3d 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -48,7 +48,6 @@ eServiceFactoryMP3::eServiceFactoryMP3() extensions.push_back("mp4"); extensions.push_back("mov"); extensions.push_back("m4a"); - extensions.push_back("flv"); sc->addServiceFactory(eServiceFactoryMP3::id, this, extensions); }