]> git.sesse.net Git - ffmpeg/commit
h264_ps: make the PPS hold a reference to its SPS
authorAnton Khirnov <anton@khirnov.net>
Mon, 1 May 2017 19:42:54 +0000 (21:42 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 10 Apr 2020 13:52:41 +0000 (15:52 +0200)
commit5e316096fa9ba4493d9dbb48847ad8e0b0e188c3
treec0c6cb248b47ef3b71dbb83bb8f4756d45ac86cd
parentec7f33a38e341807c0ff9530e4dc7e175a86f437
h264_ps: make the PPS hold a reference to its SPS

It represents the relationship between them more naturally and will be
useful in the following commits.

Allows significantly more frames in fate-h264-attachment-631 to be
decoded.
libavcodec/h264_parser.c
libavcodec/h264_ps.c
libavcodec/h264_ps.h
libavcodec/h264_slice.c
libavcodec/h264dec.c
tests/ref/fate/h264-attachment-631