diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-11-09 21:47:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-11-09 21:47:36 +0000 |
commit | dfb32930dfc64ebb08a96f23bf8aa0b76da98d2d (patch) | |
tree | 2ca8e1776d47ac74f3c497835aa1bb62932b6990 /libavcodec/intrax8.h | |
parent | cdcf24f87c8a758af119f3bf9e03c9a79e6c5cd9 (diff) | |
download | ffmpeg-dfb32930dfc64ebb08a96f23bf8aa0b76da98d2d.tar.gz |
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.h | 3 |
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); |