[FFmpeg-cvslog] avcodec/h264: Remove failure on data partitioning

Michael Niedermayer git at videolan.org
Fri May 1 13:41:31 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May  1 12:28:40 2015 +0200| [c9ac9adb46f2197fcce9ea22d99235ba12603581] | committer: Michael Niedermayer

avcodec/h264: Remove failure on data partitioning

decode all NAL units instead

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9ac9adb46f2197fcce9ea22d99235ba12603581
---

 libavcodec/h264.c |    2 --
 1 file changed, 2 deletions(-)

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);



More information about the ffmpeg-cvslog mailing list