On Mon, Jan 08, 2018 at 02:03:40PM +0000, endus...@gmail.com wrote:
> From: Eduard Sinelnikov <endus...@gmail.com>
> 
> 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.

do you have a testcase you can share that shows the probnlem ?
or did you find the issue thorugh code review ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to