Changeset 729ebb2f in ffmpeg

Timestamp:
Dec 19, 2011, 10:14:21 PM (13 years ago)
Author:
Janne Grunau <janne-libav@jannau.net>
Branches:
master
Children:
0edf7ebc, b797f735
Parents:
0a6aff69
git-author:
Janne Grunau <janne-libav@jannau.net> (12/19/11 17:11:44)
git-committer:
Janne Grunau <janne-libav@jannau.net> (12/19/11 22:14:21)
Message:

h264: clear trailing bits in partially parsed NAL units

Trailing bits are likely to be non-zero if the NAL unit is truncated.
Clearing the bits make overreads of the bitstream less likely in this
case. Fixes playback of
http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4 which
has a forbidden byte sequence of 0x00 0x00 0x00 in it SPS.

(No files)

Note: See TracChangeset for help on using the changeset viewer.