Skip to content
Snippets Groups Projects
Commit d7410b93 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

opengl: picture: remove static array size qualifier

This is invalid in C++.
parent c8aea2e6
No related branches found
No related tags found
1 merge request!1449opengl: fix usage with C++ code
......@@ -141,6 +141,6 @@ vlc_gl_picture_ToTexCoords(const struct vlc_gl_picture *pic,
*/
void
vlc_gl_picture_ComputeDirectionMatrix(const struct vlc_gl_picture *pic,
float direction[static 2*2]);
float direction[2*2]);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment