[FFmpeg-cvslog] avfilter: remove av_opt_set_defaults() from process_options()
Michael Niedermayer
git at videolan.org
Fri May 24 15:32:03 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May 24 15:06:53 2013 +0200| [a2abd58a090216ebd2a02fa27ae3068c141b5e5e] | committer: Michael Niedermayer
avfilter: remove av_opt_set_defaults() from process_options()
This is already called from ff_filter_alloc()
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2abd58a090216ebd2a02fa27ae3068c141b5e5e
---
libavfilter/avfilter.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 1ea6d8d..c10a81b 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -717,8 +717,6 @@ static int process_options(AVFilterContext *ctx, AVDictionary **options,
const char *key;
int offset= -1;
- av_opt_set_defaults(ctx);
-
if (!args)
return 0;
More information about the ffmpeg-cvslog
mailing list