diff libmpcodecs/vf.c @ 11249:7fdf58d10719

vf_hue
author michael
date Thu, 23 Oct 2003 18:36:02 +0000
parents 34770e3d9654
children fffd200d81a7
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Thu Oct 23 14:26:29 2003 +0000
+++ b/libmpcodecs/vf.c	Thu Oct 23 18:36:02 2003 +0000
@@ -78,6 +78,7 @@
 extern vf_info_t vf_info_framestep;
 extern vf_info_t vf_info_tile;
 extern vf_info_t vf_info_delogo;
+extern vf_info_t vf_info_hue;
 
 // list of available filters:
 static vf_info_t* filter_list[]={
@@ -143,6 +144,7 @@
     &vf_info_framestep,
     &vf_info_tile,
     &vf_info_delogo,
+    &vf_info_hue,
     NULL
 };