summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 09:12:44 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-19 09:12:44 +0000
commit6ca97957674ba8130743305af4a51889b48fb575 (patch)
tree8134e127f619b82f3dd41404b94caee15c23f566 /cfg-mencoder.h
parent552ca496bccb0c16235bb2c720dfd774e613b569 (diff)
downloadmpv-6ca97957674ba8130743305af4a51889b48fb575.tar.bz2
mpv-6ca97957674ba8130743305af4a51889b48fb575.tar.xz
rawaudio muxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15755 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 2cfe168aa8..682635ee8f 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -182,6 +182,7 @@ m_option_t of_conf[]={
{"lavf", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_LAVF, NULL},
#endif
{"rawvideo", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_RAWVIDEO, NULL},
+ {"rawaudio", &out_file_format, CONF_TYPE_FLAG, 0, 0, MUXER_TYPE_RAWAUDIO, NULL},
{"help", "\nAvailable output formats:\n"
" avi - Microsoft Audio/Video Interleaved\n"
" mpeg - MPEG-1/2 system stream format\n"
@@ -189,6 +190,7 @@ m_option_t of_conf[]={
" lavf - FFmpeg libavformat muxers\n"
#endif
" rawvideo - (video only, one stream only) raw stream, no muxing\n"
+ " rawaudio - (audio 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}
};