summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 21:27:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 21:27:58 +0000
commit0b151b7ea904b61c30c528a77ef1b4275dd8ffa7 (patch)
tree48316033da2b6ff421fec0549eb146222e511665 /cfg-mencoder.h
parent4d491fb30ec6aaa09f13868814c05bf7a28dbe39 (diff)
downloadmpv-0b151b7ea904b61c30c528a77ef1b4275dd8ffa7.tar.bz2
mpv-0b151b7ea904b61c30c528a77ef1b4275dd8ffa7.tar.xz
The MPEG muxer now supports MPEG-2 as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14772 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 1 insertions, 1 deletions
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}