From ce7088b9a8aa259daf75264ecd163025e74b94d2 Mon Sep 17 00:00:00 2001 From: Stefan Gehrer Date: Sat, 7 Jul 2007 06:49:20 +0000 Subject: cosmetic: rename VLC tables to make clear they are for decoding Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cavs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/cavs.h') 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; -- cgit v1.2.3