Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-20 07:40:05 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-09-20 07:49:42 +0400
commit7491816010f1028ff94b00e0f3edaeebdf936f4a (patch)
tree525334ff35957c37f9b1123302c51233bc473594 /libavfilter/vf_mp.c
parent5aa18fed84b9d607bcc42a4b58a8e862f3394885 (diff)
libavfilter/libmpcodecs: add vf_stereo3d support
(code from mplayer see their svn for detailed authorship) parameters must be integers as we do not have mplayers parser also the stuff passed to it through non constant globals is not supported this should be fixed in mplayer first. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r--libavfilter/vf_mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c
index a2447047e8..36e0c1227e 100644
--- a/libavfilter/vf_mp.c
+++ b/libavfilter/vf_mp.c
@@ -237,6 +237,7 @@ static const vf_info_t* const filters[]={
&vf_info_softpulldown,
&vf_info_softskip,
&vf_info_spp,
+ &vf_info_stereo3d,
&vf_info_swapuv,
&vf_info_telecine,
&vf_info_tile,
@@ -265,7 +266,6 @@ lavcdeint
noformat
pp
scale
-stereo3d
tfields
vo
yadif