diff cfg-mencoder.h @ 9520:2860f7c9d9ca

A new nuppel video encoder. Mainly for RT encoding on slow box.
author albeu
date Mon, 03 Mar 2003 11:03:19 +0000
parents 32be26de0d7c
children d94cb807c793
line wrap: on
line diff
--- a/cfg-mencoder.h	Mon Mar 03 10:59:07 2003 +0000
+++ b/cfg-mencoder.h	Mon Mar 03 11:03:19 2003 +0000
@@ -56,6 +56,8 @@
 extern struct config xvidencopts_conf[];
 #endif
 
+extern struct config nuvopts_conf[];
+
 struct config ovc_conf[]={
 	{"copy", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_COPY, NULL},
 	{"frameno", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_FRAMENO, NULL},
@@ -68,6 +70,7 @@
 	{"libdv", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_LIBDV, NULL},
 	{"xvid", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_XVID, NULL},
 	{"qtvideo", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_QTVIDEO, NULL},
+	{"nuv", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_NUV, NULL},
 	{"help", "\nAvailable codecs:\n"
 	"   copy     - frame copy, without re-encoding. doesn't work with filters!\n"
 	"   frameno  - special audio-only file for 3-pass encoding, see DOCS!\n"
@@ -208,6 +211,8 @@
 	{"xvidencopts", xvidencopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 #endif
 
+	{"nuvopts",  nuvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+
 #define MAIN_CONF
 #include "cfg-common.h"
 #undef MAIN_CONF