From 79bc2e797d34288948117fe1f23d8c9397f81a05 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 31 Jan 2002 00:38:53 +0000 Subject: new video format: yuvrgb. patch by Fredrik Kuivinen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4428 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfg-mencoder.h') diff --git a/cfg-mencoder.h b/cfg-mencoder.h index 7340fba96d..453066b838 100644 --- a/cfg-mencoder.h +++ b/cfg-mencoder.h @@ -73,7 +73,8 @@ struct config ovc_conf[]={ {"raw", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_RAW, NULL}, {"lavc", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_LIBAVCODEC, NULL}, {"null", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_NULL, NULL}, - {"help", "\nAvailable codecs:\n copy\n frameno\n divx4\n raw\n lavc\n null\n\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, + {"rawrgb", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_RAWRGB, NULL}, + {"help", "\nAvailable codecs:\n copy\n frameno\n divx4\n raw\n lavc\n rawrgb\n null\n\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, {NULL, NULL, 0, 0, 0, 0, NULL} }; -- cgit v1.2.3