* Add 3gpp audio support.

This commit is contained in:
Justin Maggard
2009-11-10 20:11:50 +00:00
parent 71e399b4a6
commit f5b2971a8f
3 changed files with 10 additions and 4 deletions

View File

@ -197,7 +197,7 @@ is_audio(const char * file)
ends_with(file, ".m4a") || ends_with(file, ".aac") ||
ends_with(file, ".mp4") || ends_with(file, ".m4p") ||
ends_with(file, ".wav") || ends_with(file, ".ogg") ||
ends_with(file, ".pcm"));
ends_with(file, ".pcm") || ends_with(file, ".3gp"));
}
int