[vlc-devel] [PATCH 1/4] input: pass vlc_es_id_t to decoder
Thomas Guillem
thomas at gllm.fr
Fri May 31 08:50:25 CEST 2019
On Wed, May 29, 2019, at 16:17, Rémi Denis-Courmont wrote:
> Le keskiviikkona 29. toukokuuta 2019, 16.32.55 EEST Thomas Guillem a écrit :
> > This will just be used as an identifier for input events. In order to link
> > an output to an ES track (from the player).
>
> That's one way to do it, but in the long term I think the decoder should use
> opaque callbacks provided by the ES out rather than "see" the input and the
> ES.
I also thought about that, but this commit doesn't prevent to use that way later.
So, for now, I would like to keep this commit.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list