add webm/rm/rmvb support

This commit is contained in:
lqs
2019-04-21 09:48:00 +00:00
committed by Gleb Smirnoff
parent cfb775682b
commit a1c8a1856d
3 changed files with 15 additions and 2 deletions

View File

@@ -404,7 +404,9 @@ is_video(const char * file)
#ifdef TIVO_SUPPORT
ends_with(file, ".TiVo") ||
#endif
ends_with(file, ".mov") || ends_with(file, ".3gp"));
ends_with(file, ".mov") || ends_with(file, ".3gp") ||
ends_with(file, ".rm") || ends_with(file, ".rmvb") ||
ends_with(file, ".webm"));
}
int