mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
02001ada5c
commit
c9ac9adb46
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user