summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-30 17:38:15 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-30 17:38:15 +0000
commit4fd6abadcf38b0943e1dfcef4fa4ae0a3ce104ed (patch)
treefef990a4fda3c5166993528e5988176d049cdf60 /libmpcodecs/vf.c
parent113f5161899d1f7e803fa99bec0730bd7c52bcab (diff)
downloadmpv-4fd6abadcf38b0943e1dfcef4fa4ae0a3ce104ed.tar.bz2
mpv-4fd6abadcf38b0943e1dfcef4fa4ae0a3ce104ed.tar.xz
rgb test pattern generator, so we could change everything to match alex's definition of rgb/bgr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11895 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index b75b56d551..5dc02ecc0b 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -84,6 +84,7 @@ extern vf_info_t vf_info_hue;
extern vf_info_t vf_info_spp;
extern vf_info_t vf_info_yuvcsp;
extern vf_info_t vf_info_kerndeint;
+extern vf_info_t vf_info_rgbtest;
// list of available filters:
static vf_info_t* filter_list[]={
@@ -159,6 +160,7 @@ static vf_info_t* filter_list[]={
#endif
&vf_info_yuvcsp,
&vf_info_kerndeint,
+ &vf_info_rgbtest,
NULL
};