Commit de7bdf58 authored by Alexander Strange's avatar Alexander Strange

Remove unused PutBitContext.

Originally committed as revision 14007 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 68723683
...@@ -38,7 +38,6 @@ typedef struct MDECContext{ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment