[MPlayer-cvslog] r30657 - in trunk: cfg-common.h stream/stream_dvd.h

diego subversion at mplayerhq.hu
Fri Feb 19 20:38:53 CET 2010


Author: diego
Date: Fri Feb 19 20:38:53 2010
New Revision: 30657

Log:
Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.

Modified:
   trunk/cfg-common.h
   trunk/stream/stream_dvd.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	Fri Feb 19 14:50:16 2010	(r30656)
+++ trunk/cfg-common.h	Fri Feb 19 20:38:53 2010	(r30657)
@@ -370,6 +370,4 @@ extern const m_option_t noconfig_opts[];
 extern const m_option_t lavc_decode_opts_conf[];
 extern const m_option_t xvid_dec_opts[];
 
-int dvd_parse_chapter_range(const m_option_t*, const char*);
-
 #endif /* MPLAYER_CFG_COMMON_H */

Modified: trunk/stream/stream_dvd.h
==============================================================================
--- trunk/stream/stream_dvd.h	Fri Feb 19 14:50:16 2010	(r30656)
+++ trunk/stream/stream_dvd.h	Fri Feb 19 20:38:53 2010	(r30657)
@@ -26,6 +26,7 @@
 #include <dvdread/ifo_read.h>
 #include <dvdread/nav_read.h>
 #include "stream.h"
+#include "m_option.h"
 
 typedef struct {
   dvd_reader_t *dvd;
@@ -61,5 +62,6 @@ int dvd_lang_from_sid(stream_t *stream, 
 int dvd_aid_from_lang(stream_t *stream, unsigned char* lang);
 int dvd_sid_from_lang(stream_t *stream, unsigned char* lang);
 int dvd_chapter_from_cell(dvd_priv_t *dvd,int title,int cell);
+int dvd_parse_chapter_range(const m_option_t *conf, const char *range);
 
 #endif /* MPLAYER_STREAM_DVD_H */


More information about the MPlayer-cvslog mailing list