]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/info.h
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / vcdx / info.h
index 3ff1cb7c77e3a283dafd882c9f67f7b502b06ac5..38c02487b94993c602769e720baaa64888cda803 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * info.h : VCD information routine headers
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
- * $Id: info.h 8606 2004-08-31 18:32:54Z rocky $
+ * Copyright (C) 2004 the VideoLAN team
+ * $Id$
  *
  * Authors: Rocky Bernstein <rocky@panix.com>
  *
@@ -16,9 +16,9 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * 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., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * 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 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef VCD_INFO_H
 #include "vcdplayer.h"
 
 /*
- Sets VCD meta information and navigation/playlist entries. 
+ Sets VCD meta information and navigation/playlist entries.
  */
 void VCDMetaInfo( access_t *p_access, /*const*/ char *psz_mrl );
 
 
-char * VCDFormatStr(const access_t *p_access, vcdplayer_t *p_vcd,
-                   const char format_str[], const char *mrl,
-                   const vcdinfo_itemid_t *itemid);
+#if 0
+char * VCDFormatStr(vcdplayer_t *p_vcdplayer,
+            const char *format_str, const char *mrl,
+            const vcdinfo_itemid_t *itemid);
+#endif
+
 
 void VCDUpdateTitle( access_t *p_access );