Commit df1768d0 authored by Gavin Kinsey's avatar Gavin Kinsey Committed by Michael Niedermayer

Fix segmentation fault in ffprobe

parent 3cb64e32
......@@ -395,6 +395,7 @@ int main(int argc, char **argv)
int ret;
av_register_all();
init_opts();
#if CONFIG_AVDEVICE
avdevice_register_all();
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment