# HG changeset patch # User bcoudurier # Date 1196623700 0 # Node ID f855600f6f0fa198d2ba7ea2ebaf0ae98f18f874 # Parent 405be936dac485bc625385e839fdc187e6b6020c indentation diff -r 405be936dac4 -r f855600f6f0f dnxhdenc.c --- 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)