From 19615089a044520432b8b28e0ed555cc0195416a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 7 May 2011 08:55:25 +0200 Subject: ffmpeg.c: reset avoptions after each input/output file. This is consistent with how all the other options work. --- cmdutils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index 9da07223f5..f770c7963d 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -88,6 +88,7 @@ void uninit_opts(void) } av_freep(&opt_names); av_freep(&opt_values); + opt_name_count = 0; } void log_callback_help(void* ptr, int level, const char* fmt, va_list vl) -- cgit v1.2.1