Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

消除时间相关存储类型不一致导致的 warning #73

Merged
merged 1 commit into from
Feb 29, 2020

Conversation

BensonLaur
Copy link
Member

1、为了消除 MusicPlayer::backwardSeek(quint64 step) 中有/无符号数不匹配的 warning , 调整使用的类型
2、参考 ffmpeg 代码,时间都是使用 int64_t 所以决定程序中所有 quint64 改为 qint64

…调整使用的类型

2、参考 ffmpeg 代码,时间都是使用 int64_t 所以决定程序中所有 quint64 改为 qint64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants