]> git.sesse.net Git - vlc/blobdiff - include/vlc_devices.h
Clone video filter : fix potential memleak.
[vlc] / include / vlc_devices.h
index d3c98717fd7d739c4da3f10632bde7b66de3da63..dd5279e1278dbf9b1fa10e6e6eedf2bcdc5c5c1a 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_devices.h : Devices handling
  *****************************************************************************
  * Copyright (C) 1999-2006 the VideoLAN team
- * $Id: vlc_input.h 15915 2006-06-15 21:22:35Z zorglub $
+ * $Id$
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
  *
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
-#if 0
+
 #ifndef _VLC_DEVICES_H
 #define _VLC_DEVICES_H 1
 
@@ -41,7 +41,7 @@ struct device_t
 {
     int             i_capabilities;
     int             i_media_type;
-    vlc_bool_t      b_seen;
+    bool      b_seen;
     char *psz_uri;
     char *psz_name;
 };
@@ -61,4 +61,3 @@ static inline void device_GetDVD(void)
 }
 
 #endif
-#endif