comparison h263dec.c @ 5963:80103098c797 libavcodec

spelling
author vitor
date Sat, 01 Dec 2007 22:21:04 +0000
parents 83ac4620c6ed
children 83cb2494fb8a
comparison
equal deleted inserted replaced
5962:a6c9aa23d379 5963:80103098c797
700 *data_size = sizeof(AVFrame); 700 *data_size = sizeof(AVFrame);
701 ff_print_debug_info(s, pict); 701 ff_print_debug_info(s, pict);
702 } 702 }
703 703
704 /* Return the Picture timestamp as the frame number */ 704 /* Return the Picture timestamp as the frame number */
705 /* we substract 1 because it is added on utils.c */ 705 /* we subtract 1 because it is added on utils.c */
706 avctx->frame_number = s->picture_number - 1; 706 avctx->frame_number = s->picture_number - 1;
707 707
708 #ifdef PRINT_FRAME_TIME 708 #ifdef PRINT_FRAME_TIME
709 av_log(avctx, AV_LOG_DEBUG, "%"PRId64"\n", rdtsc()-time); 709 av_log(avctx, AV_LOG_DEBUG, "%"PRId64"\n", rdtsc()-time);
710 #endif 710 #endif