Skip to content
  • Thomas Guillem's avatar
    decoder: always release the vout · 3df9e5cf
    Thomas Guillem authored
    The vout was released only when already started. This fixes the
    "assert( p_resource->i_vout == 0 || p_resource->p_vout_free == p_resource->pp_vout[0] );"
    from input_resource_SetInput() when the vout failed to start.
    3df9e5cf