decoder: use cat from dec->fmt_in
commit202fd85717fc3ce91ce0a4cd8a07006dd5f4c866
authorThomas Guillem <thomas@gllm.fr>
Thu, 21 Jan 2021 11:15:44 +0000 (21 12:15 +0100)
committerThomas Guillem <thomas@gllm.fr>
Fri, 22 Jan 2021 08:55:03 +0000 (22 09:55 +0100)
tree85894bf5187a762f5022946920a2ec9892f1cdda
parent46f73728a597df445d25b4535cd7ddf55ed9fb2c
decoder: use cat from dec->fmt_in

From vlc_input_decoder_*() functions. That way, we won't have to ensure
that a mutex is locked before reading it.
src/input/decoder.c