From 0b151b7ea904b61c30c528a77ef1b4275dd8ffa7 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 22 Feb 2005 21:27:58 +0000 Subject: The MPEG muxer now supports MPEG-2 as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14772 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mencoder.h') diff --git a/cfg-mencoder.h b/cfg-mencoder.h index 175d77a6c4..f6c69a8e14 100644 --- a/cfg-mencoder.h +++ b/cfg-mencoder.h @@ -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} -- cgit v1.2.3