Mercurial > mplayer.hg
changeset 15541:18cb1e836289
Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.
author | diego |
---|---|
date | Sat, 21 May 2005 18:19:13 +0000 |
parents | 91d210e8a19c |
children | 83b5083d4a85 |
files | cfg-mencoder.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mencoder.h Sat May 21 17:31:44 2005 +0000 +++ b/cfg-mencoder.h Sat May 21 18:19:13 2005 +0000 @@ -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}