mirror of https://github.com/FFmpeg/FFmpeg.git
Apple's AIFF protocol clearly states that each chucnk which is odd sized a padding should be added. In the old version of aiffdec adding of padding was done in `get_meta`. And in case of unknown chunk name it was done in defalut case. The new version has deleted the padding in default case and added padding adding after the switch. But the new version didn't removed the padding adding in the `get_meta` function so in some cases padding was added twice which leaded to a bug. Fixes: sample.aiff Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/304/head
parent
526a87b471
commit
7fcbebbeaf
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue