Re: [FFmpeg-devel] [PATCH 2/2] lavu/frame: add QP side data

2018-03-01 Thread Michael Niedermayer
On Thu, Mar 01, 2018 at 04:58:22PM +0100, wm4 wrote: > This adds a way for an API user to transfer QP data and metadata without > having to keep the reference to AVFrame, and without having to > explicitly care about QP APIs. It might also provide a way to finally > remove the deprecated QP related

[FFmpeg-devel] [PATCH 2/2] lavu/frame: add QP side data

2018-03-01 Thread wm4
This adds a way for an API user to transfer QP data and metadata without having to keep the reference to AVFrame, and without having to explicitly care about QP APIs. It might also provide a way to finally remove the deprecated QP related fields. In the end, the QP table should be handled in a very