https://github.com/videolan/vlc
Revision 26abe73e4fefd9d625d18f16f81ff37d8674298b authored by Steve Lhomme on 09 March 2023, 13:14:17 UTC, committed by Steve Lhomme on 11 March 2023, 06:47:27 UTC
We just release the inherited value and overwrite a new value.
This also fixes a crash if the software deinterlacer module is not found.

var_CreateGetString is just:
```
    var_Create( p_obj, psz_name, VLC_VAR_STRING | VLC_VAR_DOINHERIT );
    return var_GetString( p_obj, psz_name );
```
1 parent 36dbf29
History
Tip revision: 26abe73e4fefd9d625d18f16f81ff37d8674298b authored by Steve Lhomme on 09 March 2023, 13:14:17 UTC
vout/interlacing: don't inherit sout-deinterlace-mode
Tip revision: 26abe73
File Mode Size
hrtfs
icons
lua
profiles
skins2
solid
utils
visualization
.gitignore -rw-r--r-- 61 bytes
Info.plist.in -rw-r--r-- 60.7 KB
Makefile.am -rw-r--r-- 9.3 KB
vlc-openbd.desktop.in -rw-r--r-- 198 bytes
vlc-opencda.desktop.in -rw-r--r-- 195 bytes
vlc-opendvd.desktop.in -rw-r--r-- 188 bytes
vlc-openvcd.desktop.in -rw-r--r-- 209 bytes
vlc.appdata.xml.in.in -rw-r--r-- 1.7 KB
vlc.desktop.in -rw-r--r-- 6.2 KB
vlc.desktop.mimetypes -rw-r--r-- 4.9 KB
vlc512x512.png -rw-r--r-- 204.9 KB
ytdl-extract.py -rwxr-xr-x 2.0 KB

back to top