[vlc-devel] undestanding the vlc data structures
Rémi Denis-Courmont
remi at remlab.net
Wed Dec 30 14:06:07 CET 2009
Le mardi 29 décembre 2009, Vincenzo Giarratana a écrit :
> It is not easy to me to find what is the struct that hold
> the actual input data stream. As well I'd like to find the struct
> defining the actual data stream that is passed to the decoder step.
>
> May be it is the block_t struct, am I correct ?
Yes, block_t is used to carry payload data between the demultiplexers
and packetizers, packetizers and decoders (and also in the audio
filters and output).
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list