[FFmpeg-cvslog] pnm: cosmetics: reindent
Paul B Mahol
git at videolan.org
Mon Nov 5 00:38:46 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Nov 4 23:35:09 2012 +0000| [cc5bcaa48e6af34c8ffd0d2d014f741d738d66d0] | committer: Paul B Mahol
pnm: cosmetics: reindent
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc5bcaa48e6af34c8ffd0d2d014f741d738d66d0
---
libavcodec/pnm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/pnm.c b/libavcodec/pnm.c
index 91efbe4..13ecbb0 100644
--- a/libavcodec/pnm.c
+++ b/libavcodec/pnm.c
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list