Skip to content
  • Rémi Denis-Courmont's avatar
    vout_ReleasePicture: do not wake up the video output thread · 72f131d9
    Rémi Denis-Courmont authored
    The video output thread never allocates pictures from the decoder
    thread. It uses the reserve private pool and, when if not rendering
    directly, the display pool. Thus it has nothing particular to do when
    a decoder pool picture is released.
    
    (vout_PutPicture() wakes the thread up to kick rendering.)
    72f131d9