Changeset 0b34cdf4 in ffmpeg

Timestamp:
Aug 23, 2019, 3:26:28 PM (5 years ago)
Author:
James Almer <jamrial@gmail.com>
Branches:
master
Children:
711c59bc
Parents:
92c32b0f
git-author:
Jun Li <junli1026@gmail.com> (08/22/19 20:58:30)
git-committer:
James Almer <jamrial@gmail.com> (08/23/19 15:26:28)
Message:

avcodec/h264_parse: retry decoding SPS with complete NAL

Fix #6591
The content has no rbsp_stop_one_bit for ending the SPS, that
causes the decoding SPS failure, results decoding frame failure as well.

The patch is just adding a retry with complete NALU, copied from the retry in decode_nal_unit()

Signed-off-by: James Almer <jamrial@gmail.com>

(No files)

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