Browse Source

Fix segmentation fault in ffprobe

tags/n0.9
Gavin Kinsey Diego Biurrun 14 years ago
parent
commit
c558122e4e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffprobe.c

+ 1
- 0
ffprobe.c View File

@@ -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


Loading…
Cancel
Save