summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 12:44:11 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 12:44:11 +0000
commit27c454b1395cb7578f4a0cd7fd4112c74bcea4dd (patch)
tree26912aeef55d2904526f3f46f003705c4a5c0bb5 /libmpcodecs/ve.c
parente7d9078afcad18cae14e4653b1e945926471fbac (diff)
downloadmpv-27c454b1395cb7578f4a0cd7fd4112c74bcea4dd.tar.bz2
mpv-27c454b1395cb7578f4a0cd7fd4112c74bcea4dd.tar.xz
RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11582 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 1e9dd3dfe9..1b6aba9326 100644
--- a/libmpcodecs/ve.c
+++ b/libmpcodecs/ve.c
@@ -13,6 +13,7 @@ extern vf_info_t ve_info_divx4;
extern vf_info_t ve_info_lavc;
extern vf_info_t ve_info_vfw;
extern vf_info_t ve_info_rawrgb;
+extern vf_info_t ve_info_rawyuv;
extern vf_info_t ve_info_libdv;
extern vf_info_t ve_info_xvid;
extern vf_info_t ve_info_qtvideo;
@@ -33,6 +34,7 @@ static vf_info_t* encoder_list[]={
&ve_info_libdv,
#endif
&ve_info_rawrgb,
+ &ve_info_rawyuv,
#if defined(HAVE_XVID3) || defined(HAVE_XVID4)
&ve_info_xvid,
#endif