Mercurial > libavcodec.hg
diff wma.h @ 5258:4372aeade5dc libavcodec
trivial warning fixes
author | mru |
---|---|
date | Sun, 08 Jul 2007 23:15:08 +0000 |
parents | 4ae9ab738aec |
children | 1d83e9c34641 |
line wrap: on
line diff
--- a/wma.h Sun Jul 08 23:15:04 2007 +0000 +++ b/wma.h Sun Jul 08 23:15:08 2007 +0000 @@ -92,7 +92,7 @@ uint16_t *run_table[2]; uint16_t *level_table[2]; uint16_t *int_table[2]; - CoefVLCTable *coef_vlcs[2]; + const CoefVLCTable *coef_vlcs[2]; /* frame info */ int frame_len; ///< frame length in samples int frame_len_bits; ///< frame_len = 1 << frame_len_bits