Commit cc5bcaa4 authored by Paul B Mahol's avatar Paul B Mahol

pnm: cosmetics: reindent

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent ae5ecb8e
...@@ -126,7 +126,7 @@ int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s) ...@@ -126,7 +126,7 @@ int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s)
avctx->pix_fmt = AV_PIX_FMT_GRAY8A; avctx->pix_fmt = AV_PIX_FMT_GRAY8A;
} else if (depth == 3) { } else if (depth == 3) {
if (maxval < 256) { if (maxval < 256) {
avctx->pix_fmt = AV_PIX_FMT_RGB24; avctx->pix_fmt = AV_PIX_FMT_RGB24;
} else { } else {
avctx->pix_fmt = AV_PIX_FMT_RGB48BE; avctx->pix_fmt = AV_PIX_FMT_RGB48BE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment