mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/framesync: Remove redundant setting of AVClass
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. Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -68,11 +68,6 @@ enum {
|
||||
|
||||
static int consume_from_fifos(FFFrameSync *fs);
|
||||
|
||||
const AVClass *ff_framesync_get_class(void)
|
||||
{
|
||||
return &framesync_class;
|
||||
}
|
||||
|
||||
void ff_framesync_preinit(FFFrameSync *fs)
|
||||
{
|
||||
if (fs->class)
|
||||
|
||||
Reference in New Issue
Block a user