comparison h263dec.c @ 4636:5bcb6208ac58 libavcodec

Corrections so that builds with DEBUG work
author mbardiaux
date Thu, 08 Mar 2007 14:49:43 +0000
parents 09849d8689d6
children 0d1cc37d9430
comparison
equal deleted inserted replaced
4635:2ba8d13a66bc 4636:5bcb6208ac58
427 #ifdef PRINT_FRAME_TIME 427 #ifdef PRINT_FRAME_TIME
428 uint64_t time= rdtsc(); 428 uint64_t time= rdtsc();
429 #endif 429 #endif
430 #ifdef DEBUG 430 #ifdef DEBUG
431 av_log(avctx, AV_LOG_DEBUG, "*****frame %d size=%d\n", avctx->frame_number, buf_size); 431 av_log(avctx, AV_LOG_DEBUG, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
432 av_log(avctx, AV_LOG_DEBUG, "bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]); 432 if(buf_size>0)
433 av_log(avctx, AV_LOG_DEBUG, "bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
433 #endif 434 #endif
434 s->flags= avctx->flags; 435 s->flags= avctx->flags;
435 s->flags2= avctx->flags2; 436 s->flags2= avctx->flags2;
436 437
437 /* no supplementary picture */ 438 /* no supplementary picture */