Ticket #6768: m4a_mythmusic.patch

File m4a_mythmusic.patch, 512 bytes (added by ghislain.bourgeois@…, 15 years ago)

Patch to make mythmusic add m4a files to its database

  • mythmusic/avfdecoder.cpp

     
    444444        return new MetaIOOggVorbisComment();
    445445    else if (extension == "flac")
    446446        return new MetaIOFLACVorbisComment();
    447     else if (extension == "mp4")
     447    else if (extension == "mp4" || extension == "m4a")
    448448        return new MetaIOMP4();
    449449    else
    450450        return new MetaIOAVFComment();