Re: [FFmpeg-devel] [PATCH 4/4] avfiler/framesync: Remove redundant setting of AVClass

2021-09-23 Thread Nicolas George
Andreas Rheinhardt (12021-09-19): > Every filter exposing the framesync options via its child_next > callback already calls framesync_preinit() in its preinit callback. > So the filter is already preinited whenever its child_next is called. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilt

[FFmpeg-devel] [PATCH 4/4] avfiler/framesync: Remove redundant setting of AVClass

2021-09-18 Thread Andreas Rheinhardt
Every filter exposing the framesync options via its child_next callback already calls framesync_preinit() in its preinit callback. So the filter is already preinited whenever its child_next is called. Signed-off-by: Andreas Rheinhardt --- libavfilter/framesync.c | 5 - libavfilter/framesync.