[FFmpeg-soc] [soc]: r3907 - dirac/libavcodec/dirac.h

conrad subversion at mplayerhq.hu
Thu Jan 1 21:31:22 CET 2009


Author: conrad
Date: Thu Jan  1 21:31:21 2009
New Revision: 3907

Log:
Remove some encoding-only params from DiracContext for now

Modified:
   dirac/libavcodec/dirac.h

Modified: dirac/libavcodec/dirac.h
==============================================================================
--- dirac/libavcodec/dirac.h	Thu Jan  1 21:31:19 2009	(r3906)
+++ dirac/libavcodec/dirac.h	Thu Jan  1 21:31:21 2009	(r3907)
@@ -162,11 +162,6 @@ typedef struct DiracContext {
     AVCodecContext *avctx;
     GetBitContext gb;
 
-    PutBitContext pb;
-    int next_parse_code;
-    char *encodebuf;
-    int prev_size;
-
     AVFrame *current_picture;
     AVFrame *ref_pics[2];
 



More information about the FFmpeg-soc mailing list