ffmpeg.c: reset avoptions after each input/output file.
This is consistent with how all the other options work.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user