re-fixed crash in ffmpeg, 0.9.23 dev

This commit is contained in:
John Preston 2016-02-15 14:52:27 +03:00
parent 4081af12dd
commit ebd77ba71d
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ namespace ThirdParty {
av_register_all(); av_register_all();
avcodec_register_all(); avcodec_register_all();
// av_lockmgr_register(_ffmpegLockManager); av_lockmgr_register(_ffmpegLockManager);
_sslInited = true; _sslInited = true;
} }