Commit 3edc6d1c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '32c8d89c'

* commit '32c8d89c':
  hevc: Print the non-supported chroma_format_idc

Conflicts:
	libavcodec/hevc_ps.c
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents e17a459a 32c8d89c
......@@ -773,6 +773,9 @@ static int map_pixel_format(AVCodecContext *avctx, HEVCSPS *sps)
default:
av_log(avctx, AV_LOG_ERROR,
"4:2:0, 4:2:2, 4:4:4 supports are currently specified for 8, 10 and 12 bits.\n");
av_log(avctx, AV_LOG_ERROR,
"chroma_format_idc is %d",
sps->chroma_format_idc);
return AVERROR_INVALIDDATA;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment