]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/info.h
Add options to configure audio input format (code was already there ... all it lacked...
[vlc] / modules / access / vcdx / info.h
index b5d65abeaa4ad4637292b5f9f7056ec874b928eb..2c18f6c79a8d8873082dc3b66d7d668e37d693a9 100644 (file)
@@ -2,7 +2,7 @@
  * info.h : VCD information routine headers
  *****************************************************************************
  * Copyright (C) 2004 the VideoLAN team
- * $Id: info.h 8606 2004-08-31 18:32:54Z rocky $
+ * $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"
 
 /*
- 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_vcdplayer,
-                   const char format_str[], const char *mrl,
-                   const vcdinfo_itemid_t *itemid);
+            const char format_str[], const char *mrl,
+            const vcdinfo_itemid_t *itemid);
 
 void VCDUpdateTitle( access_t *p_access );