diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-27 20:59:52 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-27 20:59:52 +0100 |
commit | f28a376ee798288fb8cfc42e8ae723a648f8eb68 (patch) | |
tree | c9065700b721d925ff303a56a25f1a40840d3044 /plugins | |
parent | 5ff62d21030740914a1c6a5f158c191321cf7778 (diff) |
ffmpeg: added TAK to ext list
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ffmpeg/ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c index e4a2c860..e018ffc9 100644 --- a/plugins/ffmpeg/ffmpeg.c +++ b/plugins/ffmpeg/ffmpeg.c @@ -69,7 +69,7 @@ static DB_decoder_t plugin; static DB_functions_t *deadbeef; -#define DEFAULT_EXTS "aa3;oma;ac3;vqf;amr;opus" +#define DEFAULT_EXTS "aa3;oma;ac3;vqf;amr;opus;tak" #define EXT_MAX 100 |