Hello, I would like to use libvlc_video_set_deinterlace(...) to set interlacing to auto mode (api 2.0). But the available modes are { "" "discard", "blend", "mean", "bob", "linear", "x", "yadif", "yadif2x", &qu...
Hello, I'm working on C++/Linux. I'm looking for a code example to load an user configuration file. I found this code in src/config/file.c but I have questions: /** * Get the user's configuration file */ static char *config_GetConfigFile( vlc_object_t *obj ) { char *psz_file = var_CreateGetNonEmptyS...