OSDN Git Service

remove debug variable
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 9 Nov 2007 21:47:36 +0000 (21:47 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 9 Nov 2007 21:47:36 +0000 (21:47 +0000)
Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/intrax8.h

index 0bbe72d..43ce58e 100644 (file)
@@ -42,9 +42,6 @@ typedef struct{
     int chroma_orient;
     int orient;
     int est_run;
-//#ifdef DEBUG
-    int mode_index[10];//debug only
-//#endif
 } IntraX8Context;
 
 void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s);