From b44665c4e648cb04aa4328b80e178f1ef3d85ff5 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 3 Jan 2008 09:16:56 +0000 Subject: Make decode210() common function. Originally committed as revision 11382 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavcodec/vc1.c') diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index b1b55a613c..062dd38d47 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -44,13 +44,6 @@ static const uint16_t table_mb_intra[64][2]; -static inline int decode210(GetBitContext *gb){ - if (get_bits1(gb)) - return 0; - else - return 2 - get_bits1(gb); -} - /** * Init VC-1 specific tables and VC1Context members * @param v The VC1Context to initialize -- cgit v1.2.3