mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
pnm: cosmetics: reindent
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
ae5ecb8e60
commit
cc5bcaa48e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user