|
@@ -2727,7 +2727,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){ |
|
|
|| s->avctx->bits_per_raw_sample != h->sps.bit_depth_luma |
|
|
|| s->avctx->bits_per_raw_sample != h->sps.bit_depth_luma |
|
|
|| h->cur_chroma_format_idc != h->sps.chroma_format_idc |
|
|
|| h->cur_chroma_format_idc != h->sps.chroma_format_idc |
|
|
|| av_cmp_q(h->sps.sar, s->avctx->sample_aspect_ratio))) { |
|
|
|| av_cmp_q(h->sps.sar, s->avctx->sample_aspect_ratio))) { |
|
|
if(h != h0) { |
|
|
|
|
|
|
|
|
if(h != h0 || (s->avctx->active_thread_type & FF_THREAD_FRAME)) { |
|
|
av_log_missing_feature(s->avctx, "Width/height/bit depth/chroma idc changing with threads is", 0); |
|
|
av_log_missing_feature(s->avctx, "Width/height/bit depth/chroma idc changing with threads is", 0); |
|
|
return -1; // width / height changed during parallelized decoding |
|
|
return -1; // width / height changed during parallelized decoding |
|
|
} |
|
|
} |
|
|