lavc: merge two if()s with the same condition.

This commit is contained in:
Anton Khirnov 2012-02-24 13:07:57 +01:00
parent d55fa6f9cb
commit 03ca0a5b30
1 changed files with 1 additions and 2 deletions

View File

@ -1112,10 +1112,9 @@ int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
avpkt->size = 0;
else if (!(avctx->codec->capabilities & CODEC_CAP_DELAY))
avpkt->pts = avpkt->dts = frame->pts;
}
if (!ret)
avctx->frame_number++;
}
emms_c();
return ret;