Browse Source

Remove unused PutBitContext.

Originally committed as revision 14007 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alexander Strange 17 years ago
parent
commit
de7bdf58f4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/mdec.c

+ 0
- 1
libavcodec/mdec.c View File

@@ -38,7 +38,6 @@ typedef struct MDECContext{
AVCodecContext *avctx;
DSPContext dsp;
AVFrame picture;
PutBitContext pb;
GetBitContext gb;
ScanTable scantable;
int version;


Loading…
Cancel
Save