The MPEG muxer now supports MPEG-2 as well.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14772 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-02-22 21:27:58 +00:00
parent 4d491fb30e
commit 0b151b7ea9
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ m_option_t of_conf[]={
{"rawvideo", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_RAWVIDEO, NULL},
{"help", "\nAvailable output formats:\n"
" avi - Microsoft Audio/Video Interleaved\n"
" mpeg - MPEG-1 system stream format\n"
" mpeg - MPEG-1/2 system stream format\n"
" 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}