On 14/05/12 03:45, Janne Grunau wrote: > --- > avprobe.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/avprobe.c b/avprobe.c > index a3c1f80..0233ea9 100644 > --- a/avprobe.c > +++ b/avprobe.c > @@ -491,6 +491,9 @@ int main(int argc, char **argv) > > ret = probe_file(input_filename); > > + uninit_opts(); > + av_dict_free(&fmt_entries_to_show); > + > avformat_network_deinit(); > > return ret;
Both ok. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
