summaryrefslogtreecommitdiff
path: root/libavcodec/mdec.c
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2008-06-27 18:47:01 +0000
committerAlexander Strange <astrange@ithinksw.com>2008-06-27 18:47:01 +0000
commitde7bdf58f4f0eae530921ffbcd675ba5b4a41142 (patch)
treef83ea2fee0dcacfc8a4da689441926229f179071 /libavcodec/mdec.c
parent6872368355fd5454df87ab79c9faf3063c5189b4 (diff)
Remove unused PutBitContext.
Originally committed as revision 14007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r--libavcodec/mdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 9053f48710..63bfd4b0b4 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -38,7 +38,6 @@ typedef struct MDECContext{
AVCodecContext *avctx;
DSPContext dsp;
AVFrame picture;
- PutBitContext pb;
GetBitContext gb;
ScanTable scantable;
int version;