comparison intrax8.h @ 5891:d0bfc0b00d6c libavcodec

remove debug variable
author michael
date Fri, 09 Nov 2007 21:47:36 +0000
parents 83ac4620c6ed
children 36a80fc5d25c
comparison
equal deleted inserted replaced
5890:a070b05fdbd2 5891:d0bfc0b00d6c
40 int predicted_dc; 40 int predicted_dc;
41 int raw_orient; 41 int raw_orient;
42 int chroma_orient; 42 int chroma_orient;
43 int orient; 43 int orient;
44 int est_run; 44 int est_run;
45 //#ifdef DEBUG
46 int mode_index[10];//debug only
47 //#endif
48 } IntraX8Context; 45 } IntraX8Context;
49 46
50 void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s); 47 void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s);
51 int ff_intrax8_decode_picture(IntraX8Context * w, int quant, int halfpq); 48 int ff_intrax8_decode_picture(IntraX8Context * w, int quant, int halfpq);