summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-18 17:31:01 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-18 17:31:01 +0100
commit9700a7a1dd25651d5b79af8a05ef6f467ec07520 (patch)
treeac91bce1df1c5e5806141ddc857a5da7bd648559
parentc311431e291ee90cddb074ef4ba18496755a7406 (diff)
af_apad: remove unneeded av_opt_free
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavfilter/af_apad.c2
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;
}