From: Misty De Meo
Fixed by adjusting the type of `bytes_remain` to `uint16_t`, since
that's the type returned by the `AV_RB16` macro that it's assigned from.
Maxim Poliakovski (1):
mpeg: add experimental support for PSMF audio.
libavcodec/Makefile| 1 +
libavcodec/allcodecs.c
From: Misty De Meo
Thanks for pointing this out. I hadn't had a separate .at3 file to test
with, and didn't realize that this broke regular ATRAC3P files.
I've added a new fate test which detects this regression; it passes on
master and fails in the MPEG-ATRAC3 branch.
I'll keep working on my bra