Fix segmentation fault in ffprobe

pull/2/head
Gavin Kinsey 14 years ago committed by Michael Niedermayer
parent 3cb64e327a
commit df1768d0a2
  1. 1
      ffprobe.c

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

Loading…
Cancel
Save