diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-20 05:40:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-20 05:49:42 +0200 |
commit | 7491816010f1028ff94b00e0f3edaeebdf936f4a (patch) | |
tree | 525334ff35957c37f9b1123302c51233bc473594 /libavfilter/vf_mp.c | |
parent | 5aa18fed84b9d607bcc42a4b58a8e862f3394885 (diff) | |
download | ffmpeg-7491816010f1028ff94b00e0f3edaeebdf936f4a.tar.gz |
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.c | 2 |
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 |