Re: [FFmpeg-devel] [PATCH 12/14] h264_ps: make the PPS hold a reference to its SPS

2020-04-06 Thread Michael Niedermayer
On Fri, Mar 27, 2020 at 01:57:46PM +0100, Anton Khirnov wrote: > 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 |

[FFmpeg-devel] [PATCH 12/14] h264_ps: make the PPS hold a reference to its SPS

2020-03-27 Thread Anton Khirnov
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 | 16 +--- libavcodec/h264_ps.c | 30 +- libavcodec/h264_p