[FFmpeg-devel] [PATCH] MPEG-4 ALS decoder MCC decoding bug (non-lossless output) (Fixes issue 2387)

sprezzatura sprezzatura
Fri Nov 26 17:51:56 CET 2010


Hello,

This is a patch for your consideration for issue 2387.

Some of the block parameters were not properly stored per channel
prior to decoding and thus got overwritten by the parameters of
other channels.

A few other block parameters were already correctly stored
per-channel in the source code, so the patch simply follows the
example of the exising implementation, and extends it for all
the necessary block parameters.

According to my tests, the patch does not introduce any new
decoder failure, and fixes issue 2387.

Regards,
Sprezz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: als-mcc-bug-block-parameters.diff
Type: application/octet-stream
Size: 12342 bytes
Desc: Attachment: als-mcc-bug-block-parameters.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101126/6611f8c8/attachment.obj>



More information about the ffmpeg-devel mailing list