decoder/ffmpeg: added more MIME types
Taken from the ffmpeg sources.
This commit is contained in:
		| @@ -486,6 +486,7 @@ static const char *const ffmpeg_suffixes[] = { | |||||||
| }; | }; | ||||||
|  |  | ||||||
| static const char *const ffmpeg_mime_types[] = { | static const char *const ffmpeg_mime_types[] = { | ||||||
|  | 	"application/m4a", | ||||||
| 	"application/mp4", | 	"application/mp4", | ||||||
| 	"application/octet-stream", | 	"application/octet-stream", | ||||||
| 	"application/ogg", | 	"application/ogg", | ||||||
| @@ -498,9 +499,12 @@ static const char *const ffmpeg_mime_types[] = { | |||||||
| 	"audio/16sv", | 	"audio/16sv", | ||||||
| 	"audio/aac", | 	"audio/aac", | ||||||
| 	"audio/ac3", | 	"audio/ac3", | ||||||
|  | 	"audio/aiff" | ||||||
| 	"audio/amr", | 	"audio/amr", | ||||||
| 	"audio/basic", | 	"audio/basic", | ||||||
| 	"audio/flac", | 	"audio/flac", | ||||||
|  | 	"audio/m4a", | ||||||
|  | 	"audio/mp4", | ||||||
| 	"audio/mpeg", | 	"audio/mpeg", | ||||||
| 	"audio/musepack", | 	"audio/musepack", | ||||||
| 	"audio/ogg", | 	"audio/ogg", | ||||||
| @@ -519,6 +523,7 @@ static const char *const ffmpeg_mime_types[] = { | |||||||
| 	"audio/x-flac", | 	"audio/x-flac", | ||||||
| 	"audio/x-gsm", | 	"audio/x-gsm", | ||||||
| 	"audio/x-mace", | 	"audio/x-mace", | ||||||
|  | 	"audio/x-matroska", | ||||||
| 	"audio/x-monkeys-audio", | 	"audio/x-monkeys-audio", | ||||||
| 	"audio/x-mpeg", | 	"audio/x-mpeg", | ||||||
| 	"audio/x-ms-wma", | 	"audio/x-ms-wma", | ||||||
| @@ -531,6 +536,7 @@ static const char *const ffmpeg_mime_types[] = { | |||||||
| 	"audio/x-pn-multirate-realaudio", | 	"audio/x-pn-multirate-realaudio", | ||||||
| 	"audio/x-speex", | 	"audio/x-speex", | ||||||
| 	"audio/x-tta" | 	"audio/x-tta" | ||||||
|  | 	"audio/x-voc", | ||||||
| 	"audio/x-wav", | 	"audio/x-wav", | ||||||
| 	"audio/x-wma", | 	"audio/x-wma", | ||||||
| 	"audio/x-wv", | 	"audio/x-wv", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann