From c9ac9adb46f2197fcce9ea22d99235ba12603581 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Fri, 1 May 2015 12:28:40 +0200 Subject: [PATCH] avcodec/h264: Remove failure on data partitioning decode all NAL units instead Signed-off-by: Michael Niedermayer <michaelni@gmx.at> --- libavcodec/h264.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index eb9a7d0c97a..1ba0e959241 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -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); -- GitLab