[FFmpeg-cvslog] r26375 - trunk/libavcodec/h264_cabac.c

Ramiro Polla ramiro.polla
Sat Jan 15 18:57:11 CET 2011


On Sat, Jan 15, 2011 at 6:52 PM, darkshikari <subversion at mplayerhq.hu> wrote:
> ?* @return 0 if OK, AC_ERROR / DC_ERROR / MV_ERROR if an error is noticed
> ?*/
> ?int ff_h264_decode_mb_cabac(H264Context *h) {
> + ? ?START_TIMER;
> ? ? MpegEncContext * const s = &h->s;
> ? ? int mb_xy;
> ? ? int mb_type, partition_count, cbp = 0;
> @@ -1717,6 +1725,6 @@ decode_intra_mb:
> ? ? ? ? h->ref_count[0] >>= 1;
> ? ? ? ? h->ref_count[1] >>= 1;
> ? ? }
> -
> +STOP_TIMER("test");
> ? ? return 0;
> ?}

Erm...



More information about the ffmpeg-cvslog mailing list