summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-09 14:46:34 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-09 14:46:34 +0000
commit5865c8ccde6c16f290332a51adcc678e7f67acaf (patch)
tree014e64a31b9d13d4f8beaa2c2a65b577bb6d9eb1 /cfg-mencoder.h
parent890370f15dbff86f4c3bafde8e2abbe00bb4e382 (diff)
downloadmpv-5865c8ccde6c16f290332a51adcc678e7f67acaf.tar.bz2
mpv-5865c8ccde6c16f290332a51adcc678e7f67acaf.tar.xz
rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12017 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 3b5331f06a..ebc58435a1 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -151,9 +151,11 @@ m_option_t info_conf[]={
m_option_t of_conf[]={
{"avi", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_AVI, NULL},
{"mpeg", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_MPEG, NULL},
+ {"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"
+ " 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}
};