[FFmpeg-devel] [PATCH 16/29] avcodec/mdec: replace YUVJ pixel format
Paul B Mahol
onemda at gmail.com
Sun Dec 10 15:14:23 EET 2017
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavcodec/mdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 330b761279..637158d231 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -227,7 +227,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
ff_init_scantable(a->idsp.idct_permutation, &a->scantable,
ff_zigzag_direct);
- avctx->pix_fmt = AV_PIX_FMT_YUVJ420P;
+ avctx->pix_fmt = AV_PIX_FMT_YUV420P;
avctx->color_range = AVCOL_RANGE_JPEG;
/* init q matrix */
--
2.11.0
More information about the ffmpeg-devel
mailing list