mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-21 21:30:24 +08:00
af_apad: remove unneeded av_opt_free
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -74,8 +74,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
|
||||
av_opt_free(apad);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user