Re: [FFmpeg-devel] [PATCH 25/31] cbs: Add function to update video codec parameters

2019-07-29 Thread Mark Thompson
On 29/07/2019 02:33, Andreas Rheinhardt wrote: > Mark Thompson: >> On 20/06/2019 00:45, Andreas Rheinhardt wrote: >>> If any of the *_metadata filter based upon cbs currently updates a video >>> codec parameter like color information, the AVCodecParameters are not >>> updated accordingly, so that

Re: [FFmpeg-devel] [PATCH 25/31] cbs: Add function to update video codec parameters

2019-07-28 Thread Andreas Rheinhardt
Mark Thompson: > On 20/06/2019 00:45, Andreas Rheinhardt wrote: >> If any of the *_metadata filter based upon cbs currently updates a video >> codec parameter like color information, the AVCodecParameters are not >> updated accordingly, so that e.g. muxers write header values based upon >>

Re: [FFmpeg-devel] [PATCH 25/31] cbs: Add function to update video codec parameters

2019-07-28 Thread Mark Thompson
On 20/06/2019 00:45, Andreas Rheinhardt wrote: > If any of the *_metadata filter based upon cbs currently updates a video > codec parameter like color information, the AVCodecParameters are not > updated accordingly, so that e.g. muxers write header values based upon > outdated information that

[FFmpeg-devel] [PATCH 25/31] cbs: Add function to update video codec parameters

2019-06-19 Thread Andreas Rheinhardt
If any of the *_metadata filter based upon cbs currently updates a video codec parameter like color information, the AVCodecParameters are not updated accordingly, so that e.g. muxers write header values based upon outdated information that may precede and thereby nullify the new values on the