Browse Source

Merge commit '32c8d89c036b0e75ece74aea638df587099def0b'

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

Conflicts:
	libavcodec/hevc_ps.c

Merged-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
3edc6d1cd9
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/hevc_ps.c

+ 3
- 0
libavcodec/hevc_ps.c View File

@@ -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;
}



Loading…
Cancel
Save