aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve.c
diff options
context:
space:
mode:
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