From df1768d0a261900c8fbb6c29c7f351779c4c2735 Mon Sep 17 00:00:00 2001 From: Gavin Kinsey Date: Tue, 21 Jun 2011 13:13:37 +0100 Subject: [PATCH] Fix segmentation fault in ffprobe --- ffprobe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffprobe.c b/ffprobe.c index f0ec9e4739..a2a9c2ad36 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -395,6 +395,7 @@ int main(int argc, char **argv) int ret; av_register_all(); + init_opts(); #if CONFIG_AVDEVICE avdevice_register_all(); #endif