comparison h263dec.c @ 3551:b0953f642148 libavcodec

printf -> av_log, only occurs in DEBUG cases
author melanson
date Fri, 04 Aug 2006 22:51:20 +0000
parents cc4b4ea83e29
children 6a40092eb9e6
comparison
equal deleted inserted replaced
3550:4f4c13574ad5 3551:b0953f642148
424 424
425 #ifdef PRINT_FRAME_TIME 425 #ifdef PRINT_FRAME_TIME
426 uint64_t time= rdtsc(); 426 uint64_t time= rdtsc();
427 #endif 427 #endif
428 #ifdef DEBUG 428 #ifdef DEBUG
429 printf("*****frame %d size=%d\n", avctx->frame_number, buf_size); 429 av_log(avctx, AV_LOG_DEBUG, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
430 printf("bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]); 430 av_log(avctx, AV_LOG_DEBUG, "bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
431 #endif 431 #endif
432 s->flags= avctx->flags; 432 s->flags= avctx->flags;
433 s->flags2= avctx->flags2; 433 s->flags2= avctx->flags2;
434 434
435 /* no supplementary picture */ 435 /* no supplementary picture */