comparison mjpegdec.c @ 9999:c78fd9154378 libavcodec

Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
author diego
date Thu, 30 Jul 2009 21:00:08 +0000
parents f1707434e40b
children a554d7e29e99
comparison
equal deleted inserted replaced
9998:6b229807a182 9999:c78fd9154378
1230 skipped++; 1230 skipped++;
1231 #endif 1231 #endif
1232 } 1232 }
1233 val = -1; 1233 val = -1;
1234 found: 1234 found:
1235 #ifdef DEBUG 1235 dprintf(NULL, "find_marker skipped %d bytes\n", skipped);
1236 av_log(NULL, AV_LOG_VERBOSE, "find_marker skipped %d bytes\n", skipped);
1237 #endif
1238 *pbuf_ptr = buf_ptr; 1236 *pbuf_ptr = buf_ptr;
1239 return val; 1237 return val;
1240 } 1238 }
1241 1239
1242 int ff_mjpeg_decode_frame(AVCodecContext *avctx, 1240 int ff_mjpeg_decode_frame(AVCodecContext *avctx,