From: Gavin Kinsey Date: Tue, 21 Jun 2011 12:13:37 +0000 (+0100) Subject: Fix segmentation fault in ffprobe X-Git-Tag: v0.8b1~2250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c558122e4ee53dc4cb82f87749a9c28c38ca9401;p=platform%2Fupstream%2Flibav.git Fix segmentation fault in ffprobe --- diff --git a/ffprobe.c b/ffprobe.c index 711a172..edda454 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -393,6 +393,7 @@ int main(int argc, char **argv) int ret; av_register_all(); + init_opts(); #if CONFIG_AVDEVICE avdevice_register_all(); #endif