[MPlayer-cvslog] CVS: main cfg-mencoder.h,1.98,1.99
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat May 21 20:19:16 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/libvo vo_x11.c, 1.142, 1.143 vo_xmga.c, 1.92, 1.93 vo_xover.c, 1.12, 1.13 vo_xv.c, 1.165, 1.166 vo_xvidix.c, 1.72, 1.73 vo_xvmc.c, 1.20, 1.21
- Next message: [MPlayer-cvslog] CVS: main mencoder.c,1.283,1.284
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv29005
Modified Files:
cfg-mencoder.h
Log Message:
Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.
Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- cfg-mencoder.h 20 May 2005 23:22:54 -0000 1.98
+++ cfg-mencoder.h 21 May 2005 18:19:13 -0000 1.99
@@ -185,7 +185,9 @@
{"help", "\nAvailable output formats:\n"
" avi - Microsoft Audio/Video Interleaved\n"
" mpeg - MPEG-1/2 system stream format\n"
+#ifdef USE_LIBAVFORMAT
" lavf - FFmpeg libavformat muxers\n"
+#endif
" rawvideo - (video 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/libvo vo_x11.c, 1.142, 1.143 vo_xmga.c, 1.92, 1.93 vo_xover.c, 1.12, 1.13 vo_xv.c, 1.165, 1.166 vo_xvidix.c, 1.72, 1.73 vo_xvmc.c, 1.20, 1.21
- Next message: [MPlayer-cvslog] CVS: main mencoder.c,1.283,1.284
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list