From 550b9c3f2350a8ea6f6921ae4bff4c92d2dc386c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Feb 2009 18:14:59 +0100 Subject: ffmpeg: added TTA support The ffmpeg library supports the "True Audio Codec". The entry in ffmpeg_suffixes was missing. --- src/decoder/ffmpeg_plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decoder/ffmpeg_plugin.c') diff --git a/src/decoder/ffmpeg_plugin.c b/src/decoder/ffmpeg_plugin.c index aca02cb2a..8a379814f 100644 --- a/src/decoder/ffmpeg_plugin.c +++ b/src/decoder/ffmpeg_plugin.c @@ -403,6 +403,7 @@ static const char *const ffmpeg_suffixes[] = { "wma", "asf", "wmv", "mpeg", "mpg", "avi", "vob", "mov", "qt", "swf", "rm", "swf", "mp1", "mp2", "mp3", "mp4", "m4a", "flac", "ogg", "wav", "au", "aiff", "aif", "ac3", "aac", "mpc", "ape", + "tta", NULL }; @@ -419,6 +420,7 @@ static const char *const ffmpeg_mime_types[] = { "application/x-ms-wmd", "audio/mpeg", "audio/x-wav", + "audio/x-tta", NULL }; -- cgit v1.2.3