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
Raw File
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
vlc-opencda.desktop.in
[Desktop Entry]
Version=1.0
Name=VLC media player (Audio CD)
NoDisplay=true
Exec=@bindir@/vlc --started-from-file cdda://%f
Icon=vlc
Terminal=false
Type=Application
MimeType=x-content/audio-cdda
back to top