diff options
author | Gavin Kinsey <gkinsey@ad-holdings.co.uk> | 2011-06-21 13:13:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-21 14:37:28 +0200 |
commit | df1768d0a261900c8fbb6c29c7f351779c4c2735 (patch) | |
tree | 0a1d134b47db099ecfae677668461baca860ae4d /ffprobe.c | |
parent | 3cb64e327a9861f2c8fff0b3850fcd5d14acdbe3 (diff) | |
download | ffmpeg-df1768d0a261900c8fbb6c29c7f351779c4c2735.tar.gz |
Fix segmentation fault in ffprobe
Diffstat (limited to 'ffprobe.c')
-rw-r--r-- | ffprobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -395,6 +395,7 @@ int main(int argc, char **argv) int ret; av_register_all(); + init_opts(); #if CONFIG_AVDEVICE avdevice_register_all(); #endif |