• Rafaël Carré's avatar
    Closed Captions: spawn a decoder thread · cac5ac7d
    Rafaël Carré authored
    We can't keep the cc decoder serialized with video decoder.
    If the decoding delay between packetizer and video decoder is bigger
    than caching (for example when using multi threaded decoder), we will
    be too late for the next picture display while we wait for the right
    rendering time for the CC.
    
    Close #9049
    cac5ac7d
decoder.c 72.7 KB