diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-06 19:07:10 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-07 09:36:05 +0100 |
commit | 8ca6e523a604db69c151b20627fb3bcc52118392 (patch) | |
tree | c0f0d2b9150762825e4f8143b234a7fb036d02a6 /libavcodec/wma.h | |
parent | 3c715383ea7012ac69507e6b9189c98675c77461 (diff) | |
download | ffmpeg-8ca6e523a604db69c151b20627fb3bcc52118392.tar.gz |
wma: Refactor common code to fix standalone compilation of WMA lossless decoder.
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r-- | libavcodec/wma.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h index d6f4880c14..15838eb685 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -150,8 +150,6 @@ extern const float ff_wma_lsp_codebook[NB_LSP_COEFS][16]; extern const uint32_t ff_aac_scalefactor_code[121]; extern const uint8_t ff_aac_scalefactor_bits[121]; -int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version, - unsigned int decode_flags); int ff_wma_init(AVCodecContext * avctx, int flags2); int ff_wma_total_gain_to_bits(int total_gain); int ff_wma_end(AVCodecContext *avctx); |