1 parent a0bb12f commit 7666718Copy full SHA for 7666718
1 file changed
src/main/java/uk/co/caprica/vlcj/binding/lib/LibVlc.java
@@ -2140,7 +2140,7 @@ public static native int libvlc_video_set_output_callbacks(
2140
* @param modep storage space to hold the mode name (or NULL) [OUT]
2141
* @return -1 deinterlacing is selected automatically, 0 deinterlacing is forcefully disabled, 1 deinterlacing is forcefully enabled
2142
*/
2143
- public static native int libvlc_video_get_deinterlace(libvlc_media_player_t mp, Pointer modep);
+ public static native int libvlc_video_get_deinterlace(libvlc_media_player_t mp, PointerByReference modep);
2144
2145
/**
2146
* Enable or disable deinterlace filter
0 commit comments