Fix segmentation fault in ffprobe

(cherry picked from commit c558122e4e)
This commit is contained in:
Gavin Kinsey 2011-06-21 13:13:37 +01:00 committed by Reinhard Tartler
parent 154ea553f6
commit c172eb7925
1 changed files with 1 additions and 0 deletions

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