OSDN Git Service

mpegaudio: clean up compute_antialias() definition
authorMans Rullgard <mans@mansr.com>
Thu, 19 May 2011 12:36:21 +0000 (13:36 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 31 May 2011 14:30:21 +0000 (15:30 +0100)
commit6f1ec38ce2193d3d4cacd87edb452c6d7ba751ec
tree571caf9eef256f41285d11427d21a6e9635b8cab
parent9ebcf7699bced12d4b7e326cfbb1f9ffb59ec794
mpegaudio: clean up compute_antialias() definition

This merges the float and fixed-point versions of the compute_antialias
function, fixes invalid array indexing, and eliminates a dead copy of
csa_table.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodec_float.c