]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/info.h
vcdx: Fix memleaks.
[vlc] / modules / access / vcdx / info.h
index a010158db74112e0e9bd5fd00136d7e3c79cdea8..2c18f6c79a8d8873082dc3b66d7d668e37d693a9 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>
  *
@@ -18,7 +18,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef VCD_INFO_H
 #include "vcdplayer.h"
 
 /*
- Fills out playlist information.
- */
-int VCDFixupPlayList( access_t *p_access, vcdplayer_t *p_vcd,
-                     const char *psz_source, vcdinfo_itemid_t *itemid,
-                     vlc_bool_t b_single_track );
-
-/*
- 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);
+char * VCDFormatStr(const access_t *p_access, vcdplayer_t *p_vcdplayer,
+            const char format_str[], const char *mrl,
+            const vcdinfo_itemid_t *itemid);
 
 void VCDUpdateTitle( access_t *p_access );