Skip to content
Snippets Groups Projects
Commit c9ac9adb authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/h264: Remove failure on data partitioning


decode all NAL units instead

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 02001ada
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment