From c69e262a626e6c18c0f53d46734c30aac5f11e91 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 22 Oct 2010 17:46:12 +0000 Subject: vf_stereo3d: Add stereo3d filter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Further review very welcome, but it is time (and good enough) to add this. Patch by Gordon Schmidt [gordon.schmidt s2000.tu-chemnitz de] with changes by Endre Kollár [taxy443 gmail com]. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32527 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpcodecs/vf.c') diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c index b3e635dbaf..269c8d5a3e 100644 --- a/libmpcodecs/vf.c +++ b/libmpcodecs/vf.c @@ -117,6 +117,7 @@ extern const vf_info_t vf_info_blackframe; extern const vf_info_t vf_info_geq; extern const vf_info_t vf_info_ow; extern const vf_info_t vf_info_fixpts; +extern const vf_info_t vf_info_stereo3d; // list of available filters: static const vf_info_t* const filter_list[]={ @@ -207,6 +208,7 @@ static const vf_info_t* const filter_list[]={ &vf_info_blackframe, &vf_info_ow, &vf_info_fixpts, + &vf_info_stereo3d, NULL }; -- cgit v1.2.3