summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:47:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-11-09 21:47:36 +0000
commitdfb32930dfc64ebb08a96f23bf8aa0b76da98d2d (patch)
tree2ca8e1776d47ac74f3c497835aa1bb62932b6990 /libavcodec/intrax8.h
parentcdcf24f87c8a758af119f3bf9e03c9a79e6c5cd9 (diff)
remove debug variable
Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/intrax8.h')
-rw-r--r--libavcodec/intrax8.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h
index 0bbe72ded2..43ce58edef 100644
--- a/libavcodec/intrax8.h
+++ b/libavcodec/intrax8.h
@@ -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);