Commit 117d005d authored by astrange's avatar astrange

Remove unused PutBitContext.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14007 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 79ac49af
...@@ -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