OSDN Git Service

ac3: Remove ff_ac3_critical_band_size_tab.
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 25 Jan 2011 20:07:06 +0000 (20:07 +0000)
committerMans Rullgard <mans@mansr.com>
Wed, 26 Jan 2011 15:35:13 +0000 (15:35 +0000)
commit24e3ad3031fa26e12d4b939f0ff0dd6e12f05ef5
treeadbd6c06b2bd0c5f20497be543197a85627254bb
parenteb7ccf8f3369f9e15029ce65370a114206b39fd5
ac3: Remove ff_ac3_critical_band_size_tab.

It is only used to generate band_start_tab, which about the same size, at
runtime, so it's simpler just to always hardcode band_start_tab.

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