Hi,
I updated my software using the last build of VLC (using the openGL callback with libVLC 4). When I try to load a video here is the returned log ( click me !), can someone help me to solve this issue ?
Regards,
thanks for taking the time to investigate the issue, I'll update the sample accordingly- no SDL_init was called at start (we may call SDL_Init(SDL_INIT_VIDEO); at start )
- another SDL_GL_SetAttribute must be called : SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_COMPATIBILITY);
- after creating the VLC instance in main we must call : SDL_GL_MakeCurrent(wnd, glc);
Assertion Failed !
Program: ...
File: /builds/videolan/vlc/extras/package/win32/..../wgl.c
Line: 286
Expression: winDC != NULL
Return to “Development around libVLC”
Users browsing this forum: No registered users and 11 guests