1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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