avcodec/mjpegenc_common: Use AVCodecContext.codec_id directly
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
3867b18120
commit
cbbd5e063d
@ -188,7 +188,7 @@ static void jpeg_put_comments(AVCodecContext *avctx, PutBitContext *p)
|
||||
|
||||
void ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[4], int vsample[4])
|
||||
{
|
||||
if (avctx->codec->id == AV_CODEC_ID_LJPEG &&
|
||||
if (avctx->codec_id == AV_CODEC_ID_LJPEG &&
|
||||
( avctx->pix_fmt == AV_PIX_FMT_BGR0
|
||||
|| avctx->pix_fmt == AV_PIX_FMT_BGRA
|
||||
|| avctx->pix_fmt == AV_PIX_FMT_BGR24)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user