[FFmpeg-devel] [PATCH] avcodec/h264_sei: Do not skip subsequent SEIs on error unless explode is set

Hendrik Leppkes h.leppkes at gmail.com
Sun Jun 12 18:15:55 CEST 2016


On Sun, Jun 12, 2016 at 12:49 PM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavcodec/h264_sei.c |    6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>

One argument here is that if one SEI is corrupt, there is no
guarantees even the size information was correct, and as such parsing
any further SEI units may not yield reliable results.
But its probably not going to change much either way, so if you feel
this is better then its fine.

- Hendrik


More information about the ffmpeg-devel mailing list