Commit a0d26c4c authored by michael's avatar michael

remove debug variable


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10975 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3794448b
...@@ -42,9 +42,6 @@ typedef struct{ ...@@ -42,9 +42,6 @@ typedef struct{
int chroma_orient; int chroma_orient;
int orient; int orient;
int est_run; int est_run;
//#ifdef DEBUG
int mode_index[10];//debug only
//#endif
} IntraX8Context; } IntraX8Context;
void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s); void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment