Mercurial > libavcodec.hg
changeset 5972:f855600f6f0f libavcodec
indentation
author | bcoudurier |
---|---|
date | Sun, 02 Dec 2007 19:28:20 +0000 |
parents | 405be936dac4 |
children | 94f4e36639ae |
files | dnxhdenc.c |
diffstat | 1 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/dnxhdenc.c Sun Dec 02 19:27:19 2007 +0000 +++ b/dnxhdenc.c Sun Dec 02 19:28:20 2007 +0000 @@ -172,19 +172,19 @@ int i, index; if (avctx->width == 1920 && avctx->height == 1080) { - if (avctx->flags & CODEC_FLAG_INTERLACED_DCT) { - if (avctx->bit_rate == 120000000) - ctx->cid = 1242; - else if (avctx->bit_rate == 185000000) - ctx->cid = 1243; - } else { - if (avctx->bit_rate == 120000000) - ctx->cid = 1237; - else if (avctx->bit_rate == 185000000) - ctx->cid = 1238; - else if (avctx->bit_rate == 36000000) - ctx->cid = 1253; - } + if (avctx->flags & CODEC_FLAG_INTERLACED_DCT) { + if (avctx->bit_rate == 120000000) + ctx->cid = 1242; + else if (avctx->bit_rate == 185000000) + ctx->cid = 1243; + } else { + if (avctx->bit_rate == 120000000) + ctx->cid = 1237; + else if (avctx->bit_rate == 185000000) + ctx->cid = 1238; + else if (avctx->bit_rate == 36000000) + ctx->cid = 1253; + } } else if (avctx->width == 1280 && avctx->height == 720 && !(avctx->flags & CODEC_FLAG_INTERLACED_DCT)) { if (avctx->bit_rate == 90000000)