Fix segmentation fault in ffprobe

This commit is contained in:
Gavin Kinsey 2011-06-21 13:13:37 +01:00 committed by Diego Biurrun
parent 9bfa5363da
commit c558122e4e
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ int main(int argc, char **argv)
int ret;
av_register_all();
init_opts();
#if CONFIG_AVDEVICE
avdevice_register_all();
#endif