[MPlayer-cvslog] CVS: main cfg-mencoder.h,1.99,1.100
Tobias Diedrich CVS
syncmail at mplayerhq.hu
Sun Jun 19 11:12:45 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main configure,1.1021,1.1022
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux muxer_rawaudio.c, NONE, 1.1 Makefile, 1.92, 1.93 muxer.h, 1.14, 1.15 muxer.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Tobias Diedrich CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv27746
Modified Files:
cfg-mencoder.h
Log Message:
rawaudio muxer
Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- cfg-mencoder.h 21 May 2005 18:19:13 -0000 1.99
+++ cfg-mencoder.h 19 Jun 2005 09:12:42 -0000 1.100
@@ -182,6 +182,7 @@
{"lavf", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_LAVF, NULL},
#endif
{"rawvideo", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_RAWVIDEO, NULL},
+ {"rawaudio", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_RAWAUDIO, NULL},
{"help", "\nAvailable output formats:\n"
" avi - Microsoft Audio/Video Interleaved\n"
" mpeg - MPEG-1/2 system stream format\n"
@@ -189,6 +190,7 @@
" lavf - FFmpeg libavformat muxers\n"
#endif
" rawvideo - (video only, one stream only) raw stream, no muxing\n"
+ " rawaudio - (audio only, one stream only) raw stream, no muxing\n"
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
- Previous message: [MPlayer-cvslog] CVS: main configure,1.1021,1.1022
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux muxer_rawaudio.c, NONE, 1.1 Makefile, 1.92, 1.93 muxer.h, 1.14, 1.15 muxer.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list