Fix segmentation fault in ffprobe

This commit is contained in:
Gavin Kinsey 2011-06-21 13:13:37 +01:00 committed by Michael Niedermayer
parent 3cb64e327a
commit df1768d0a2
1 changed files with 1 additions and 0 deletions

View File

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