I would like to use libvlc_video_set_deinterlace(...) to set interlacing to auto mode (api 2.0).
But the available modes are
Code: Select all
{
""
"discard",
"blend",
"mean",
"bob",
"linear",
"x",
"yadif",
"yadif2x",
"phosphor",
"ivtc",
}
--
Fabien