]> git.sesse.net Git - vlc/blobdiff - include/vlc/vlc.h
Removed the need of input_EsOutGetFromID.
[vlc] / include / vlc / vlc.h
index 8527559d14317f20c0d97f58b61b5e1ddd57a59d..489b8d2f31ed43ee10e294717c80ab6e9497aa8a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.h: global header for libvlc
  *****************************************************************************
- * Copyright (C) 1998-2004 the VideoLAN team
+ * Copyright (C) 1998-2008 the VideoLAN team
  * $Id$
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
 #ifndef VLC_VLC_H
 #define VLC_VLC_H 1
 
+/**
+ * \file
+ * This file defines libvlc new external API
+ */
+
 # ifdef __cplusplus
 extern "C" {
 # endif