diff --git a/utils.c b/utils.c index b0afc3e..254f87b 100644 --- a/utils.c +++ b/utils.c @@ -181,10 +181,11 @@ is_video(const char * file) ends_with(file, ".mts") || ends_with(file, ".m2ts") || ends_with(file, ".m2t") || ends_with(file, ".mkv") || ends_with(file, ".vob") || ends_with(file, ".ts") || - #ifdef TIVO_SUPPORT + ends_with(file, ".flv") || ends_with(file, ".xvid") || +#ifdef TIVO_SUPPORT ends_with(file, ".TiVo") || - #endif - ends_with(file, ".flv") || ends_with(file, ".xvid")); +#endif + ends_with(file, ".mov")); } int