diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-18 17:31:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-18 17:31:01 +0100 |
commit | 9700a7a1dd25651d5b79af8a05ef6f467ec07520 (patch) | |
tree | ac91bce1df1c5e5806141ddc857a5da7bd648559 /libavfilter/af_apad.c | |
parent | c311431e291ee90cddb074ef4ba18496755a7406 (diff) | |
download | ffmpeg-9700a7a1dd25651d5b79af8a05ef6f467ec07520.tar.gz |
af_apad: remove unneeded av_opt_free
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/af_apad.c')
-rw-r--r-- | libavfilter/af_apad.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/af_apad.c b/libavfilter/af_apad.c index 4bf2d8111b..18a0170688 100644 --- a/libavfilter/af_apad.c +++ b/libavfilter/af_apad.c @@ -74,8 +74,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args) return AVERROR(EINVAL); } - av_opt_free(apad); - return 0; } |