[FFmpeg-devel] [PATCH] dca: fix dca_bitalloc_index decoder init

Sergey Vlasov vsu
Wed May 23 20:09:01 CEST 2007


dca: fix dca_bitalloc_index decoder init

One of Huffman codes used in dca_bitalloc_index has 10-bit codes, but
the decode table is built only for 9 bits, therefore the .wrap field
must be set to 2 for correct decoding.

Signed-off-by: Sergey Vlasov <vsu at altlinux.ru>
---
 libavcodec/dca.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 90050e73927ce1aa07f9c2ce61dfbbb68201e219.diff
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070523/75ac9349/attachment.bin>



More information about the ffmpeg-devel mailing list