Skip to content
Snippets Groups Projects
Commit c558122e authored by Gavin Kinsey's avatar Gavin Kinsey Committed by Diego Biurrun
Browse files

Fix segmentation fault in ffprobe

parent 9bfa5363
No related branches found
No related tags found
No related merge requests found
...@@ -393,6 +393,7 @@ int main(int argc, char **argv) ...@@ -393,6 +393,7 @@ int main(int argc, char **argv)
int ret; int ret;
av_register_all(); av_register_all();
init_opts();
#if CONFIG_AVDEVICE #if CONFIG_AVDEVICE
avdevice_register_all(); avdevice_register_all();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment