avcodec/h264: Remove failure on data partitioning
decode all NAL units instead Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1561,8 +1561,6 @@ again:
|
|||||||
case NAL_DPB:
|
case NAL_DPB:
|
||||||
case NAL_DPC:
|
case NAL_DPC:
|
||||||
avpriv_request_sample(avctx, "data partitioning");
|
avpriv_request_sample(avctx, "data partitioning");
|
||||||
ret = AVERROR(ENOSYS);
|
|
||||||
goto end;
|
|
||||||
break;
|
break;
|
||||||
case NAL_SEI:
|
case NAL_SEI:
|
||||||
init_get_bits(&h->gb, ptr, bit_length);
|
init_get_bits(&h->gb, ptr, bit_length);
|
||||||
|
Reference in New Issue
Block a user