diff h264.c @ 1322:f78341ab5fba libavcodec

some warning fixes
author al3x
date Fri, 20 Jun 2003 15:21:25 +0000
parents 449f6e32b425
children c05c381a9c47
line wrap: on
line diff
--- a/h264.c	Fri Jun 20 02:38:29 2003 +0000
+++ b/h264.c	Fri Jun 20 15:21:25 2003 +0000
@@ -4009,8 +4009,8 @@
     MpegEncContext * const s = &h->s;
     AVCodecContext * const avctx= s->avctx;
     int buf_index=0;
+#if 0
     int i;
-#if 0
     for(i=0; i<32; i++){
         printf("%X ", buf[i]);
     }