mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15542 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
362be18be6
commit
ab9eeeed25
@ -185,7 +185,9 @@ m_option_t of_conf[]={
|
||||
{"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}
|
||||
|
Loading…
Reference in New Issue
Block a user