mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
af_apad: remove unneeded av_opt_free
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c311431e29
commit
9700a7a1dd
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
|
|||
return AVERROR(EINVAL);
|
||||
}
|
||||
|
||||
av_opt_free(apad);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue