Remove unused PutBitContext.

Originally committed as revision 14007 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Alexander Strange 17 years ago
parent 6872368355
commit de7bdf58f4
  1. 1
      libavcodec/mdec.c

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

Loading…
Cancel
Save