ittiam-systems / libmpegh

MPEG-H 3D Audio Low Complexity Profile Decoder. Encoder: https://github.com/ittiam-systems/libmpeghe
http://www.ittiam.com/
BSD 3-Clause Clear License
86 stars 19 forks source link

Failed to decode mhas files #59

Closed amiartus closed 1 year ago

amiartus commented 1 year ago

Hello,

these two files were decode-able previously but fail to decode on new master. Is this expected?

O24_3_FD_Bl-3.mhas.txt O20_3_FD_Bl-3.mhas.txt

I did not do bisect on git, but I am certain we were able to decode these files in previous libmpegh version.

Adam

SakethSathuvalli commented 1 year ago

Hi @adminitis,

Thanks for bringing this to our notice!

We had a quick look at the decode failure. It's because of a misplaced error check in one of the recent pulls to the master. We will add a fix at the earliest.

Thanks!

amiartus commented 1 year ago

confirmed fixed in main