mirror of
https://github.com/videolan/vlc.git
synced 2024-12-15 12:43:34 +08:00
Fixing a cast in Win32 part.
This commit is contained in:
parent
dfd24ab656
commit
a2f138f238
@ -182,7 +182,7 @@ JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1reparent (JNIEnv *env, job
|
||||
/* Get the platform-specific drawing info */
|
||||
dsi_win = (JAWT_Win32DrawingSurfaceInfo*)dsi->platformInfo;
|
||||
|
||||
libvlc_video_reparent( input, dsi_win->hwnd, exception );
|
||||
libvlc_video_reparent( input, (libvlc_drawable_t)dsi_win->hwnd, exception );
|
||||
|
||||
CHECK_EXCEPTION_FREE ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user