Re: [FFmpeg-devel] [RFC] 2 Alternative approaches for AVFrame QP Tables

2020-03-04 Thread Michael Niedermayer
On Wed, Mar 04, 2020 at 12:55:31PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2020-02-29 13:21:52) > > > > [PATCH 1/4] Remove all uses of AVFrame QP tables and related fields > > [PATCH 2/4] avutil/frame: Rename QP related fields so unintentional > > > > These 2 are common in both

Re: [FFmpeg-devel] [RFC] 2 Alternative approaches for AVFrame QP Tables

2020-03-04 Thread Anton Khirnov
Quoting Michael Niedermayer (2020-02-29 13:21:52) > > [PATCH 1/4] Remove all uses of AVFrame QP tables and related fields > [PATCH 2/4] avutil/frame: Rename QP related fields so unintentional > > These 2 are common in both options, they break API but not ABI so > should not be applied before the

[FFmpeg-devel] [RFC] 2 Alternative approaches for AVFrame QP Tables

2020-02-29 Thread Michael Niedermayer
[PATCH 1/4] Remove all uses of AVFrame QP tables and related fields [PATCH 2/4] avutil/frame: Rename QP related fields so unintentional These 2 are common in both options, they break API but not ABI so should not be applied before the next release [PATCH 3/4] avutil: frame Update the existing Q