changeset 5891:d0bfc0b00d6c libavcodec

remove debug variable
author michael
date Fri, 09 Nov 2007 21:47:36 +0000
parents a070b05fdbd2
children efc1e9a01671
files intrax8.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/intrax8.h	Fri Nov 09 21:44:37 2007 +0000
+++ b/intrax8.h	Fri Nov 09 21:47:36 2007 +0000
@@ -42,9 +42,6 @@
     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);