diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-08 23:15:08 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-08 23:15:08 +0000 |
commit | 6785cae35c4b5d407eac2d06d95e7049c191d1f3 (patch) | |
tree | 2fc325e20e14730f9581108fbd09dbe0e7d64e62 /libavcodec/wma.h | |
parent | 4a64abdc63131944c4b19b9c276098d5f060077f (diff) | |
download | ffmpeg-6785cae35c4b5d407eac2d06d95e7049c191d1f3.tar.gz |
trivial warning fixes
Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r-- | libavcodec/wma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h index e9b0cd3789..b5a043bd36 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -92,7 +92,7 @@ typedef struct WMACodecContext { 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 |