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

2020-02-24 Thread Mark Thompson
On 24/02/2020 16:07, Andreas Rheinhardt wrote: > Mark Thompson: >> From: Andreas Rheinhardt >> >> Since c6a63e11092c975b89d824f08682fe31948d3686, the parameter sets >> modified as content of PPS units were references shared with the >> CodedBitstreamH264Context, so modifying them alters the parsin

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

2020-02-24 Thread Andreas Rheinhardt
Mark Thompson: > From: Andreas Rheinhardt > > 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 f

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

2020-02-23 Thread Mark Thompson
From: Andreas Rheinhardt 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 b