input: fix es_out_id_t/vlc_es_id_t mismatch
commit31be08d12e5bc7eb3d3d026c2dd5dbb36ddf809d
authorThomas Guillem <thomas@gllm.fr>
Thu, 27 Feb 2020 14:21:29 +0000 (27 15:21 +0100)
committerThomas Guillem <thomas@gllm.fr>
Fri, 28 Feb 2020 19:29:35 +0000 (28 20:29 +0100)
treee578598b32bb976b3a9df6adbcc306450ed05e8d
parentb2d6b8e17eca09c5b0f09c1138ba83c717026b5a
input: fix es_out_id_t/vlc_es_id_t mismatch

Harmless for now since they both point on the same struct.

es_out_id_t will be used from public controls, and vlc_es_id_t from private
ones. Indeed, vlc_es_id_t need to be hold/release from the timeshift (and only
this API allow it). es_out_id_t don't have to be hold/release from demux
modules since they controls their lifespan.
src/input/es_out.c
src/input/es_out.h
src/input/input.c