Skip to content

Commit

Permalink
fixup! lavc/rkmppdec: refactor RKMPP decoders and extend codecs
Browse files Browse the repository at this point in the history
Signed-off-by: nyanmisaka <[email protected]>
  • Loading branch information
nyanmisaka committed Dec 31, 2023
1 parent ade2725 commit 9e73140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/rkmppdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ static av_cold int rkmpp_decode_init(AVCodecContext *avctx)

switch (avctx->pix_fmt) {
case AV_PIX_FMT_YUV420P:
case AV_PIX_FMT_YUVJ420P:
is_fmt_supported = 1;
break;
case AV_PIX_FMT_YUV420P10:
Expand Down

0 comments on commit 9e73140

Please sign in to comment.