[vlc-devel] [PATCH 4/5] decoder: add a way to try an other decoder module
Thomas Guillem
thomas at gllm.fr
Thu Jun 4 14:34:44 CEST 2015
On Thu, Jun 4, 2015, at 14:25, Rémi Denis-Courmont wrote:
> Le 2015-06-04 15:22, Thomas Guillem a écrit :
> > But we need to differentiate if the decoder module failed because of
> > an
> > internal decoder error (in that case, we should try a next decoder)
> > or
> > because of a bad input.
>
> On bad input, a decoder should just trash the corrupt data, possibly
> reset its internal state, and wait for good input. The core does not
> really need to know about that.
OK, right.
One other thing, did you read my cover letter about the move of the
module_unneed function ? (the module_unneed function is now called from
the decoder thread and not from the input thread)
>
> --
> 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