X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=x264dll.c;h=762bc3b9fa0753934a2cbdac560edbf5ccc74269;hb=24f25b6afd21488a93bd86098f98dfaf229fc149;hp=075eaba3a21124b546f3ff8c6c79d35ff1733a64;hpb=f9bc2de28f637fa199424f544c94aeabc551eeb4;p=x264 diff --git a/x264dll.c b/x264dll.c index 075eaba3..762bc3b9 100644 --- a/x264dll.c +++ b/x264dll.c @@ -1,7 +1,7 @@ /***************************************************************************** * x264dll: x264 DLLMain for win32 ***************************************************************************** - * Copyright (C) 2009 x264 project + * Copyright (C) 2009-2016 x264 project * * Authors: Anton Mitrofanov * @@ -18,13 +18,16 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA. + * + * This program is also available under a commercial proprietary license. + * For more information, contact us at licensing@x264.com. *****************************************************************************/ #include "common/common.h" #include /* Callback for our DLL so we can initialize pthread */ -BOOL WINAPI DllMain( HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) +BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) { #if PTW32_STATIC_LIB switch( fdwReason )