1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove unused PutBitContext.

Originally committed as revision 14007 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alexander Strange 2008-06-27 18:47:01 +00:00
parent 6872368355
commit de7bdf58f4

View File

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