Fix segmentation fault in ffprobe

pull/2/head
Gavin Kinsey 14 years ago committed by Diego Biurrun
parent 9bfa5363da
commit c558122e4e
  1. 1
      ffprobe.c

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

Loading…
Cancel
Save