Format recognizing with the avcodec plugin
Posted: Sun Oct 03, 2021 5:21 pm
I found a small format detection issue with the avcodec plugin. It recognizes a protracker module as "MPEG audio layer 2/3" and fails to play it. Is there something that could be fixed or is this stuff hidden deep in the FFmpeg?
Most mods seem to be recognized just fine, but found the issue with this module:
242.mod
That outputs:
MPEG audio layer 2/3
Most mods seem to be recognized just fine, but found the issue with this module:
242.mod
Code: Select all
ism, fmt$ = IsMusic("242.mod", {Loader = "avcodec"})
DebugPrint(fmt$)MPEG audio layer 2/3