]> git.sesse.net Git - vlc/commit
Do not check for decoder error in the demux thread
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 22 Oct 2008 19:49:11 +0000 (22:49 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 22 Oct 2008 19:49:11 +0000 (22:49 +0300)
commit8209230f34c53150918d8147f02385cdd8ccc4e3
treeca7b3c5cb55ad6a0f6468762e4cc122cc8868df3
parent3110258d24150892b6fbff19d5868a004e0c26af
Do not check for decoder error in the demux thread

That was only an optimization, and it fails thread-safety.
In any case, a failed decoder will still dequeue (and discard) blocks.
src/input/decoder.c