have AAC and MP4 types
git-svn-id: https://svn.musicpd.org/mpd/trunk@267 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -179,6 +179,7 @@ int playerPlay(FILE * fp, char * utf8file) {
|
||||
#endif
|
||||
#ifdef HAVE_FAAD
|
||||
else if(isAac(utf8file,NULL)) pc->decodeType = DECODE_TYPE_AAC;
|
||||
else if(isMp4(utf8file,NULL)) pc->decodeType = DECODE_TYPE_MP4;
|
||||
#endif
|
||||
else {
|
||||
strncpy(pc->erroredFile,pc->file,MAXPATHLEN);
|
||||
|
Reference in New Issue
Block a user