Skip to content
  • Rémi Denis-Courmont's avatar
    vout: restart if context changes · 1430071b
    Rémi Denis-Courmont authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    If the video context changes, filter chains and display must be
    restarted with the new context.
    
    As the video output object holds a reference to the saved context and
    the caller holds a reference to the new context, contexts are
    contemporary. Consequently, a pointer comparison is safe.
    1430071b