mirror of https://github.com/FFmpeg/FFmpeg.git
Parsing the entire NAL as SPS fixes decoding of some AVC bitstreams with broken escaping. Since the size of the NAL unit is known and checked against the buffer end we can parse it entirely without buffer overreads. Fixes playback of http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4 Signed-off-by: Janne Grunau <janne-libav@jannau.net>pull/3/merge
parent
bd3e07c82a
commit
3aa661ec56
2 changed files with 12 additions and 2 deletions
Loading…
Reference in new issue