Skip to content
  • Rémi Denis-Courmont's avatar
    input: add support for pointer options to input item · 2822a778
    Rémi Denis-Courmont authored
    Pointers cannot be inherited as normal configuration item for somewhat
    obvious reasons. For output parameters, this is not much of an issue as
    LibVLC sets the pointer values directly on its media player object. But
    for input-related parameters, LibVLC would need to store pointer values
    in the media item. Thus this change to input items.
    
    Note that pointers are considered intrinsically unsafe, so there are no
    flags for the time being.
    2822a778