Commit c9ac9adb authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/h264: Remove failure on data partitioning

decode all NAL units instead
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 02001ada
......@@ -1561,8 +1561,6 @@ again:
case NAL_DPB:
case NAL_DPC:
avpriv_request_sample(avctx, "data partitioning");
ret = AVERROR(ENOSYS);
goto end;
break;
case NAL_SEI:
init_get_bits(&h->gb, ptr, bit_length);
......
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