Commit 9cd0882c authored by Avuton Olrich's avatar Avuton Olrich

Add 'aif' as an extension with libaudiofile.

git-svn-id: https://svn.musicpd.org/mpd/trunk@4132 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 4324150b
......@@ -155,7 +155,7 @@ MpdTag * audiofileTagDup(char * file) {
return ret;
}
char * audiofileSuffixes[] = {"wav", "au", "aiff", NULL};
char * audiofileSuffixes[] = {"wav", "au", "aiff", "aif", NULL};
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