decoder: don't control the vout when not started
commita2d5f9a08e5f9ab2c3d076f406e94fc510f9b0a5
authorThomas Guillem <thomas@gllm.fr>
Wed, 16 Dec 2020 17:14:25 +0000 (16 18:14 +0100)
committerThomas Guillem <thomas@gllm.fr>
Mon, 21 Dec 2020 12:40:40 +0000 (21 13:40 +0100)
tree5fd48e0593d4c257686bedb31e5f343be7ce2680
parent0abed25515a492896c89cf36ab1e4befc7dd23b6
decoder: don't control the vout when not started

Calling vout functions that need to Hold the vout_control will deadlock
if the vout is not yet started.
src/input/decoder.c