[Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.99,1.100 stream.h,1.42,1.43
Zoltan Ponekker
pontscho at mplayerhq.hu
Wed Jul 3 00:31:53 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.66,1.67 sw.h,1.33,1.34 widgets.c,1.28,1.29
- Next message: [Mplayer-cvslog] CVS: main help_mp-en.h,1.30,1.31 help_mp-hu.h,1.33,1.34 mplayer.c,1.522,1.523
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv10383/libmpdemux
Modified Files:
demuxer.c stream.h
Log Message:
add -audiofile support for gui
Index: demuxer.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- demuxer.c 11 Jun 2002 14:29:51 -0000 1.99
+++ demuxer.c 2 Jul 2002 22:31:50 -0000 1.100
@@ -946,7 +946,7 @@
return demuxer;
}
-static char* audio_stream = NULL;
+char* audio_stream = NULL;
static char* sub_stream = NULL;
static int demuxer_type = 0, audio_demuxer_type = 0, sub_demuxer_type = 0;
extern m_config_t* mconfig;
Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- stream.h 11 Jun 2002 14:29:51 -0000 1.42
+++ stream.h 2 Jul 2002 22:31:50 -0000 1.43
@@ -202,6 +202,8 @@
int dvd_parse_chapter_range(struct config*, const char*);
//#endif
+extern char * audio_stream;
+
#ifdef USE_DVDNAV
#include "dvdnav_stream.h"
#endif
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.66,1.67 sw.h,1.33,1.34 widgets.c,1.28,1.29
- Next message: [Mplayer-cvslog] CVS: main help_mp-en.h,1.30,1.31 help_mp-hu.h,1.33,1.34 mplayer.c,1.522,1.523
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list