Commit 293124ca authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '7ab551f9'

* commit '7ab551f9':
  h264: prevent theoretical infinite loop in SEI parsing

Conflicts:
	libavcodec/h264_sei.c

Not merged, as this would remove 2 bitstream compliance checks.
The specification does not allow the bitstream to end in the middle
of these variable length elements and we have no samples which
have such non compliant truncation either so its better to error
out. Which is simpler as well

This issue also has been fixed long ago
See: 9decfc17Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 229a1e86 7ab551f9
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment