mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 17:55:21 +00:00
avcodec/hevc_ps: Also print depth in failure path of map_pixel_format()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
f6870495e1
commit
f8e4d37983
@ -774,8 +774,8 @@ static int map_pixel_format(AVCodecContext *avctx, HEVCSPS *sps)
|
||||
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);
|
||||
"chroma_format_idc is %d, depth is %d",
|
||||
sps->chroma_format_idc, sps->bit_depth);
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user