libeplayer3/ffmpeg: add 3gp and ogm extensions

This commit is contained in:
martii
2013-11-19 19:33:33 +01:00
parent ea558898b9
commit ecf5bb30fb

View File

@@ -1743,7 +1743,7 @@ static int Command(void *_context, ContainerCmd_t command, void * argument)
return ret;
}
static char *FFMPEG_Capabilities[] = {"avi", "mkv", "mp4", "ts", "mov", "flv", "flac", "mp3", "mpg", "m2ts", "vob", "wmv","wma", "asf", "mp2", "m4v", "m4a", "divx", "dat", "mpeg", "trp", "mts", "vdr", "ogg", "wav", "wtv", NULL };
static char *FFMPEG_Capabilities[] = {"avi", "mkv", "mp4", "ts", "mov", "flv", "flac", "mp3", "mpg", "m2ts", "vob", "wmv","wma", "asf", "mp2", "m4v", "m4a", "divx", "dat", "mpeg", "trp", "mts", "vdr", "ogg", "wav", "wtv", "ogm", "3gp", NULL };
Container_t FFMPEGContainer = {
"FFMPEG",