[MPlayer-cvslog] CVS: main/libmpdemux demux_rawaudio.c, 1.12, 1.13 demux_rawvideo.c, 1.8, 1.9

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Sep 25 19:29:47 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv21432/libmpdemux

Modified Files:
	demux_rawaudio.c demux_rawvideo.c 
Log Message:
the on suboption of -rawaudio and -rawvideo do not work anymore since the
demuxer API rework. So remove them and change the docs to use -demuxer raw*.


Index: demux_rawaudio.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rawaudio.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- demux_rawaudio.c	5 Aug 2005 19:57:46 -0000	1.12
+++ demux_rawaudio.c	25 Sep 2005 17:29:45 -0000	1.13
@@ -21,7 +21,6 @@
 static int format = 0x1; // Raw PCM
 
 m_option_t demux_rawaudio_opts[] = {
-  { "on", &demuxer_type, CONF_TYPE_FLAG, 0,0, DEMUXER_TYPE_RAWAUDIO, NULL },
   { "channels", &channels, CONF_TYPE_INT,CONF_RANGE,1,8, NULL },
   { "rate", &samplerate, CONF_TYPE_INT,CONF_RANGE,1000,8*48000, NULL },
   { "samplesize", &samplesize, CONF_TYPE_INT,CONF_RANGE,1,8, NULL },

Index: demux_rawvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rawvideo.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- demux_rawvideo.c	5 Aug 2005 19:57:46 -0000	1.8
+++ demux_rawvideo.c	25 Sep 2005 17:29:45 -0000	1.9
@@ -23,7 +23,6 @@
 static int imgsize=0;
 
 m_option_t demux_rawvideo_opts[] = {
-  { "on", &demuxer_type, CONF_TYPE_FLAG, 0,0, DEMUXER_TYPE_RAWVIDEO, NULL },
   // size:
   { "w", &width, CONF_TYPE_INT,CONF_RANGE,1,8192, NULL },
   { "h", &height, CONF_TYPE_INT,CONF_RANGE,1,8192, NULL },




More information about the MPlayer-cvslog mailing list