diff wma.h @ 9869:1f6b569bf958 libavcodec

Add support for escape coded wmapro run level coefficients
author faust3
date Sat, 20 Jun 2009 10:28:55 +0000
parents 5cc32c474caf
children 38ab367d4231
line wrap: on
line diff
--- a/wma.h	Sat Jun 20 09:05:28 2009 +0000
+++ b/wma.h	Sat Jun 20 10:28:55 2009 +0000
@@ -150,6 +150,7 @@
 int ff_wma_init(AVCodecContext * avctx, int flags2);
 int ff_wma_total_gain_to_bits(int total_gain);
 int ff_wma_end(AVCodecContext *avctx);
+unsigned int ff_wma_get_large_val(GetBitContext* gb);
 int ff_wma_run_level_decode(AVCodecContext* avctx, GetBitContext* gb,
                             VLC *vlc,
                             const uint16_t *level_table, const uint16_t *run_table,