* Add initial support for 3gp video files.

* Add LPCM to the main SourceProtocolInfo list.
This commit is contained in:
Justin Maggard
2009-10-21 21:11:57 +00:00
parent e450ae2b19
commit e18cf08880
6 changed files with 89 additions and 57 deletions

View File

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