comparison cabac.c @ 6164:ecaf5226e9b0 libavcodec

Consistently use TEST as the preprocessor condition to enable test code.
author diego
date Sun, 20 Jan 2008 23:53:51 +0000
parents bd5f4dc81fbe
children 1c0477262c72
comparison
equal deleted inserted replaced
6163:e994af44e0bd 6164:ecaf5226e9b0
176 #endif 176 #endif
177 } 177 }
178 } 178 }
179 } 179 }
180 180
181 #if 0 //selftest 181 #ifdef TEST
182 #undef random 182 #undef random
183 #define SIZE 10240 183 #define SIZE 10240
184 184
185 #include "avcodec.h" 185 #include "avcodec.h"
186 186
260 av_log(NULL, AV_LOG_ERROR, "where's the Terminator?\n"); 260 av_log(NULL, AV_LOG_ERROR, "where's the Terminator?\n");
261 261
262 return 0; 262 return 0;
263 } 263 }
264 264
265 #endif 265 #endif /* TEST */