ffm_init() for win32, so the regression tests dont fail there

Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent 4d4bb927ce
commit 18107921c4
  1. 2
      libavformat/allformats.c

@ -88,9 +88,7 @@ void av_register_all(void)
ogg_init();
#endif
#ifndef CONFIG_WIN32
ffm_init();
#endif
#ifdef CONFIG_VIDEO4LINUX
video_grab_init();
#endif

Loading…
Cancel
Save