Commit 9e0cbb30 authored by Warren Dukes's avatar Warren Dukes

add "aiff" and "au" as suffixes that audiofile can handle

git-svn-id: https://svn.musicpd.org/mpd/trunk@1275 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 835f91d6
...@@ -151,7 +151,7 @@ MpdTag * audiofileTagDup(char * file) { ...@@ -151,7 +151,7 @@ MpdTag * audiofileTagDup(char * file) {
return ret; return ret;
} }
char * audiofileSuffixes[] = {"wav", NULL}; char * audiofileSuffixes[] = {"wav", "au", "aiff", NULL};
InputPlugin audiofilePlugin = InputPlugin audiofilePlugin =
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment