diff options
author | Stefan Gehrer <stefan.gehrer@gmx.de> | 2007-07-07 06:49:20 +0000 |
---|---|---|
committer | Stefan Gehrer <stefan.gehrer@gmx.de> | 2007-07-07 06:49:20 +0000 |
commit | ce7088b9a8aa259daf75264ecd163025e74b94d2 (patch) | |
tree | 67f6a50592bc54cb43a5a7ef5a5518e734155246 /libavcodec/cavs.h | |
parent | 07caa46e997ccb445b61e14366686dc6c6ae5391 (diff) | |
download | ffmpeg-ce7088b9a8aa259daf75264ecd163025e74b94d2.tar.gz |
cosmetic: rename VLC tables to make clear they
are for decoding
Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r-- | libavcodec/cavs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index aceb3b9e49..b98ffd7799 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -144,13 +144,13 @@ DECLARE_ALIGNED_8(typedef, struct) { int16_t ref; } vector_t; -typedef struct residual_vlc_t { +typedef struct dec_2dvlc_t { int8_t rltab[59][3]; int8_t level_add[27]; int8_t golomb_order; int inc_limit; int8_t max_run; -} residual_vlc_t; +} dec_2dvlc_t; typedef struct { MpegEncContext s; |