--- ffmpeg-2.8.2.orig/libavcodec/h264.c 2015-09-08 20:17:45.000000000 -0500
+++ ffmpeg-2.8.2/libavcodec/h264.c      2017-04-12 15:13:43.955506489 -0500
@@ -1597,8 +1597,8 @@
             case NAL_SEI:
                 init_get_bits(&h->gb, ptr, bit_length);
                 ret = ff_h264_decode_sei(h);
-                if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
-                    goto end;
+                //if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
+                //    goto end;
                 break;
             case NAL_SPS:
                 init_get_bits(&h->gb, ptr, bit_length);


