Browse Source

pnm: cosmetics: reindent

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol 12 years ago
parent
commit
cc5bcaa48e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/pnm.c

+ 1
- 1
libavcodec/pnm.c View File

@@ -126,7 +126,7 @@ int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s)
avctx->pix_fmt = AV_PIX_FMT_GRAY8A;
} else if (depth == 3) {
if (maxval < 256) {
avctx->pix_fmt = AV_PIX_FMT_RGB24;
avctx->pix_fmt = AV_PIX_FMT_RGB24;
} else {
avctx->pix_fmt = AV_PIX_FMT_RGB48BE;
}


Loading…
Cancel
Save