summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2009-06-20 10:28:55 +0000
committerSascha Sommer <saschasommer@freenet.de>2009-06-20 10:28:55 +0000
commit891bd2e5aa420ed8ca386464c60cd79b3824e6fd (patch)
treea1577ab51fd28debf8dcfae44545fc99d22f2355 /libavcodec/wma.h
parent9970c61b4b85e1df8e109aef2ba003673823e722 (diff)
Add support for escape coded wmapro run level coefficients
Originally committed as revision 19232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index 5a16331363..a207dfc956 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -150,6 +150,7 @@ int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version,
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,