Commit c558122e authored by Gavin Kinsey's avatar Gavin Kinsey Committed by Diego Biurrun

Fix segmentation fault in ffprobe

parent 9bfa5363
......@@ -393,6 +393,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