]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix typo in #496
authorsr55 <sr55.hb@outlook.com>
Sun, 15 Jan 2017 14:47:47 +0000 (14:47 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 15 Jan 2017 14:48:22 +0000 (14:48 +0000)
win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs

index cc3baa1191c1471173d0d8b2c90f577884ac4f04..1adba8944d30668f20c71c662a7c17801411df50 100644 (file)
@@ -72,7 +72,7 @@ namespace HandBrake.ApplicationServices.Interop.HbLib
         public static extern void hb_dvd_set_dvdnav(int enable);\r
 \r
         // void hb_opencl_set_enable(hb_handle_t* h, int enable_opencl);\r
-        [DllImport("hb.dll", EntryPoint = "hb_dvd_set_dvdnav", CallingConvention = CallingConvention.Cdecl)]\r
+        [DllImport("hb.dll", EntryPoint = "hb_opencl_set_enable", CallingConvention = CallingConvention.Cdecl)]\r
         public static extern void hb_opencl_set_enable(IntPtr hbHandle, int enable);\r
 \r
         /// Return Type: void\r