Mercurial > mplayer.hg
changeset 14771:26557a239706
The MPEG muxer now supports MPEG-2 as well.
author | diego |
---|---|
date | Tue, 22 Feb 2005 21:27:58 +0000 |
parents | 1d0d31070813 |
children | 70f0de24b30a |
files | cfg-mencoder.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mencoder.h Tue Feb 22 21:19:15 2005 +0000 +++ b/cfg-mencoder.h Tue Feb 22 21:27:58 2005 +0000 @@ -186,7 +186,7 @@ {"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}