mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
remove debug variable
Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cdcf24f87c
commit
dfb32930df
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user