]> git.sesse.net Git - vlc/commit
Closed Captions: spawn a decoder thread
authorRafaël Carré <funman@videolan.org>
Mon, 9 Sep 2013 12:23:12 +0000 (14:23 +0200)
committerRafaël Carré <funman@videolan.org>
Mon, 9 Sep 2013 12:23:12 +0000 (14:23 +0200)
commitcac5ac7d0aba83dfabf3ce3e11ec7adc7cfb4e45
tree6906e247676ff9b52d52db42b5b5e401945272fc
parent34026a50abd88ad66233af2557e0b3539afed6ec
Closed Captions: spawn a decoder thread

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
src/input/decoder.c