diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-03 16:58:55 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-04 14:59:35 +0200 |
commit | e589e4b82de49526e5d900fdda5b8321727be004 (patch) | |
tree | 23c4821b05bc5ebf3cf3a7dde1f4db9987087d47 /libavcodec/vc1dec.c | |
parent | 94350ab986dfce1c93fa720baf28b548c60a9879 (diff) | |
download | ffmpeg-e589e4b82de49526e5d900fdda5b8321727be004.tar.gz |
Remove unused static tables and static inline functions.
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r-- | libavcodec/vc1dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index 8fca2da738..cf828dd1f0 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -45,7 +45,6 @@ #define MB_INTRA_VLC_BITS 9 #define DC_VLC_BITS 9 #define AC_VLC_BITS 9 -static const uint16_t table_mb_intra[64][2]; static const uint16_t vlc_offs[] = { |