[Mplayer-cvslog] CVS: main cfg-common.h,1.79,1.80

Arpi of Ize arpi at mplayerhq.hu
Thu Jan 23 00:51:34 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv5850

Modified Files:
	cfg-common.h 
Log Message:
raw video demuxer, requested by Michael
(try mplayer -rawvideo on:cif mobile.cif)


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- cfg-common.h	19 Jan 2003 00:21:39 -0000	1.79
+++ cfg-common.h	22 Jan 2003 23:50:46 -0000	1.80
@@ -72,6 +72,7 @@
 	{ "nohr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 1, 0, NULL},
 
 	{ "rawaudio", &demux_rawaudio_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+	{ "rawvideo", &demux_rawvideo_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 
 #ifdef HAVE_CDDA
 	{ "cdda", &cdda_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
@@ -224,6 +225,7 @@
 /* defined in libmpdemux: */
 extern int hr_mp3_seek;
 extern config_t demux_rawaudio_opts[];
+extern config_t demux_rawvideo_opts[];
 extern config_t cdda_opts[];
 
 extern char* audio_stream;



More information about the MPlayer-cvslog mailing list