diff h264.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 a5f184563b8c
children 13aa4cac4dde
line wrap: on
line diff
--- a/h264.c	Sun Jan 20 21:38:21 2008 +0000
+++ b/h264.c	Sun Jan 20 23:53:51 2008 +0000
@@ -7820,7 +7820,7 @@
 }
 #endif
 
-#if 0 //selftest
+#ifdef TEST
 #undef random
 #define COUNT 8000
 #define SIZE (COUNT*40)
@@ -7992,7 +7992,7 @@
 
     return 0;
 }
-#endif
+#endif /* TEST */
 
 
 static int decode_end(AVCodecContext *avctx)