[FFmpeg-cvslog] vf_stereo3d: Add AVOption table terminator
Michael Niedermayer
git at videolan.org
Tue Mar 5 22:36:27 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 5 22:29:17 2013 +0100| [4c56b79a16b22b91f68c4a16a1f6aaf4b32709e2] | committer: Michael Niedermayer
vf_stereo3d: Add AVOption table terminator
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c56b79a16b22b91f68c4a16a1f6aaf4b32709e2
---
libavfilter/vf_stereo3d.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_stereo3d.c b/libavfilter/vf_stereo3d.c
index b47f4d8..3757915 100644
--- a/libavfilter/vf_stereo3d.c
+++ b/libavfilter/vf_stereo3d.c
@@ -173,6 +173,7 @@ static const AVOption stereo3d_options[] = {
{ "sbs2r", "side by side half width right first", 0, AV_OPT_TYPE_CONST, {.i64=SIDE_BY_SIDE_2_RL}, 0, 0, FLAGS, "out" },
{ "sbsl", "side by side left first", 0, AV_OPT_TYPE_CONST, {.i64=SIDE_BY_SIDE_LR}, 0, 0, FLAGS, "out" },
{ "sbsr", "side by side right first", 0, AV_OPT_TYPE_CONST, {.i64=SIDE_BY_SIDE_RL}, 0, 0, FLAGS, "out" },
+ {NULL},
};
AVFILTER_DEFINE_CLASS(stereo3d);
More information about the ffmpeg-cvslog
mailing list