[FFmpeg-devel] [PATCH 2/4] lavfi/tonemap: make use of AVFILTER_DEFINE_CLASS
mypopy at gmail.com
mypopy at gmail.com
Fri Mar 8 03:36:38 EET 2019
On Fri, Mar 8, 2019 at 4:38 AM Michael Niedermayer
<michael at niedermayer.cc> wrote:
>
> On Wed, Mar 06, 2019 at 11:18:25AM +0800, Jun Zhao wrote:
> > From: Jun Zhao <barryjzhao at tencent.com>
> >
> > use AVFILTER_DEFINE_CLASS for defining the filter classes
> >
> > Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
> > ---
> > libavfilter/vf_tonemap.c | 8 +-------
> > 1 files changed, 1 insertions(+), 7 deletions(-)
>
> this and similar changes should be ok assuming they change
> no value of the struct
>
> thx
>
Will apply, thx
More information about the ffmpeg-devel
mailing list