We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题日志如图:
The text was updated successfully, but these errors were encountered:
如果将video_drawer.cpp中 const GLbyte shader[]= xxxxx改为const auto shader = xxxxx,我这里就可以正常播放了
const GLbyte shader[]= xxxxx
const auto shader = xxxxx
Sorry, something went wrong.
@lwlizhe 还真是,我刚开始还以为是空格换行什么的拷贝格式不对,一个个敲过去也是乱码😂
No branches or pull requests
问题日志如图:
The text was updated successfully, but these errors were encountered: