summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorGavin Kinsey <gkinsey@ad-holdings.co.uk>2011-06-21 13:13:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-06-21 14:37:28 +0200
commitdf1768d0a261900c8fbb6c29c7f351779c4c2735 (patch)
tree0a1d134b47db099ecfae677668461baca860ae4d /ffprobe.c
parent3cb64e327a9861f2c8fff0b3850fcd5d14acdbe3 (diff)
Fix segmentation fault in ffprobe
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 1 insertions, 0 deletions
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