summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-03 11:03:19 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-03 11:03:19 +0000
commitb9fab7021c782292e12ec85cb257ddc2a3ea6f7d (patch)
tree81f8cc39be56eaa75b60bb64458a90c2b3588bdf /libmpcodecs/ve.c
parent64839d94aeb71b39a3b261f4d808f93be7316e96 (diff)
downloadmpv-b9fab7021c782292e12ec85cb257ddc2a3ea6f7d.tar.bz2
mpv-b9fab7021c782292e12ec85cb257ddc2a3ea6f7d.tar.xz
A new nuppel video encoder. Mainly for RT encoding on slow box.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9521 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ve.c')
-rw-r--r--libmpcodecs/ve.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/ve.c b/libmpcodecs/ve.c
index 70041c3dde..73dbcbf149 100644
--- a/libmpcodecs/ve.c
+++ b/libmpcodecs/ve.c
@@ -16,6 +16,7 @@ extern vf_info_t ve_info_rawrgb;
extern vf_info_t ve_info_libdv;
extern vf_info_t ve_info_xvid;
extern vf_info_t ve_info_qtvideo;
+extern vf_info_t ve_info_nuv;
static vf_info_t* encoder_list[]={
#ifdef HAVE_DIVX4ENCORE
@@ -35,6 +36,7 @@ static vf_info_t* encoder_list[]={
#if defined(HAVE_XVID)
&ve_info_xvid,
#endif
+ &ve_info_nuv,
NULL
};