Allow more movie types for bgchanges

This commit is contained in:
Devin J. Pohly
2013-06-02 03:41:33 -04:00
parent 1a38ec56fc
commit 4aee1ed738
4 changed files with 18 additions and 2 deletions
+6 -1
View File
@@ -400,7 +400,12 @@ FileType ActorUtil::GetFileType( const RString &sPath )
else if(
sExt=="ogv" ||
sExt=="avi" ||
sExt=="mpeg" ||
sExt=="mpeg" ||
sExt=="mp4" ||
sExt=="mkv" ||
sExt=="mov" ||
sExt=="flv" ||
sExt=="f4v" ||
sExt=="mpg" ) return FT_Movie;
else if(
sExt=="txt" ) return FT_Model;