X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Findeo5.c;h=b1c50c2adbad05e2215efbd0c76711bb61310653;hb=c48883163d6c7ff0806687bf3ee33ca9f8e7dede;hp=fc534dd4e4538ce595733e0265f35e6128535287;hpb=ad1c8dd6734f0aa7a7a87b4669a166715c114b46;p=ffmpeg diff --git a/libavcodec/indeo5.c b/libavcodec/indeo5.c index fc534dd4e45..b1c50c2adba 100644 --- a/libavcodec/indeo5.c +++ b/libavcodec/indeo5.c @@ -760,7 +760,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, switch_buffers(ctx); - //START_TIMER; + //{ START_TIMER; if (ctx->frame_type != FRAMETYPE_NULL) { for (p = 0; p < 3; p++) { @@ -775,7 +775,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, } } - //STOP_TIMER("decode_planes"); + //STOP_TIMER("decode_planes"); } if (ctx->frame.data[0]) avctx->release_buffer(avctx, &ctx->frame);