From c9ac9adb46f2197fcce9ea22d99235ba12603581 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 May 2015 12:28:40 +0200 Subject: avcodec/h264: Remove failure on data partitioning decode all NAL units instead Signed-off-by: Michael Niedermayer --- libavcodec/h264.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/h264.c') diff --git a/libavcodec/h264.c b/libavcodec/h264.c index eb9a7d0..1ba0e95 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); -- cgit v1.1