mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
re-fixed crash in ffmpeg, 0.9.23 dev
This commit is contained in:
parent
4081af12dd
commit
ebd77ba71d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue