]> git.sesse.net Git - vlc/blobdiff - bindings/python/vlc_position.c
Win32: use IsProcessorFeaturePresent() to detect available instructions
[vlc] / bindings / python / vlc_position.c
index 8cf6efabd69af92807895c5d1c8ef34513d0f8b9..3d6b8c8fbcd7c964b07610e7ab657ae03cd86c26 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * vlc_position.c: vlc.Position binding
  *****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006,2007,2008,2009 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
+ * Authors: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ PyPosition_new( PyTypeObject *type, PyObject *args, PyObject *kwds )
 {
     PyPosition *self;
     static char *kwlist[] = { "value", "origin", "key", NULL};
+
     self = PyObject_New( PyPosition, &PyPosition_Type );
 
     self->value=0;