diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-01-24 23:36:14 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-26 03:43:30 +0100 |
commit | a172126c38427bf7b72b9f66babd6261911d73f4 (patch) | |
tree | 1eee30eaa5fcf74fee470e848f3c7fa7a34b8985 /libavcodec/ac3.h | |
parent | 3ae2a7575d6c85de96d7ca8f9918dd5763215c3c (diff) | |
download | ffmpeg-a172126c38427bf7b72b9f66babd6261911d73f4.tar.gz |
Remove unused ac3_parametric_bit_allocation function.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 362bfe29971b3bb8497d2b341337697be15a257c)
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r-- | libavcodec/ac3.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 89a88b65b6..283b134329 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -181,11 +181,4 @@ void ff_ac3_bit_alloc_calc_bap(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, const uint8_t *bap_tab, uint8_t *bap); -void ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap, - int8_t *exp, int start, int end, - int snr_offset, int fast_gain, int is_lfe, - int dba_mode, int dba_nsegs, - uint8_t *dba_offsets, uint8_t *dba_lengths, - uint8_t *dba_values); - #endif /* AVCODEC_AC3_H */ |