forked from linuxdeepin/image-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Crash when not found libffmpegthumbnailer.so
软件调整环境变量,可能未查找到库,解析接口时, 遗漏判空处理,导致访问越界; 同时调整创建临时图片的方式,改为 QTemporaryDir 的方式. Log: 修复未查找到ffmpeg依赖包时崩溃的问题 Bug: https://pms.uniontech.com/bug-view-213565.html Influence: MovieCover
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters