diff wma.h @ 9841:39bb2646fe00 libavcodec

Move frame len bits calculation to ff_wma_get_frame_len_bits so that it can be reused for wmapro
author faust3
date Fri, 12 Jun 2009 15:21:43 +0000
parents 0dce4fe6e6f3
children eb5916527064
line wrap: on
line diff
--- a/wma.h	Fri Jun 12 13:12:13 2009 +0000
+++ b/wma.h	Fri Jun 12 15:21:43 2009 +0000
@@ -143,6 +143,8 @@
 extern const uint32_t ff_wma_scale_huffcodes[121];
 extern const uint8_t ff_wma_scale_huffbits[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);