Commit 3cb1603b authored by Laurent Aimar's avatar Laurent Aimar

Added new deinterlacing modes to vout.

parent 158925b1
...@@ -1794,6 +1794,8 @@ static const deinterlace_mode_t p_deinterlace_mode[] = { ...@@ -1794,6 +1794,8 @@ static const deinterlace_mode_t p_deinterlace_mode[] = {
{ "bob", "Bob", true }, { "bob", "Bob", true },
{ "linear", "Linear", true }, { "linear", "Linear", true },
{ "x", "X", false }, { "x", "X", false },
{ "yadif", "Yadif", true },
{ "yadif2x", "Yadif (2x)", true },
{ NULL, NULL, true } { NULL, NULL, true }
}; };
......
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