]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
checkasm: h264dsp: Initialize the padding area
[ffmpeg] / ffmpeg.c
index d6282bdfff1732698f091466ad273dae9315b5ef..bae515d0ce113bfba220e64034a8596bf9c5e04e 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4293,6 +4293,8 @@ int main(int argc, char **argv)
     int ret;
     int64_t ti;
 
+    init_dynload();
+
     register_exit(ffmpeg_cleanup);
 
     setvbuf(stderr,NULL,_IONBF,0); /* win32 runtime needs this */