Commit 2b5b0dc8 authored by Laurent Aimar's avatar Laurent Aimar

Enabled back bob, linear and yadif2x mode in vout.

They are not yet really functionnal, the vout will throw the extra frames.
parent 82c27c5b
......@@ -43,11 +43,11 @@ static const char *deinterlace_modes[] = {
//"discard",
"blend",
//"mean",
//"bob",
//"linear",
"bob",
"linear",
"x",
"yadif",
//"yadif2x",
"yadif2x",
NULL
};
static bool DeinterlaceIsModeValid(const char *mode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment