[FFmpeg-devel] [PATCH v4 08/21] h264_redundant_pps: Make it reference-compatible

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Mon Feb 24 18:07:00 EET 2020


Mark Thompson:
> From: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> 
> Since c6a63e11092c975b89d824f08682fe31948d3686, the parameter sets
> modified as content of PPS units were references shared with the
> CodedBitstreamH264Context, so modifying them alters the parsing process
> of future access units which meant that frames often got discarded
> because invalid values were parsed. This patch makes h264_redundant_pps
> compatible with the reality of reference-counted parameter sets.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> Signed-off-by: Mark Thompson <sw at jkqxz.net>
> ---

You can now add ticket #7807 to the commit message.

- Andreas


More information about the ffmpeg-devel mailing list