[vlc-devel] Re: Demux and block access question
Sigmund Augdal
sigmund.augdal at gmail.com
Thu Apr 26 17:19:58 CEST 2007
On Thu, 2007-04-26 at 18:09 +0300, Rémi Denis-Courmont wrote:
> Hello,
>
> I am wondering if there is a way for a demux plugin to read data from
> its access/source so that block boundaries are preserved from the
> access Block to the demux Demux function? Or does the input stream code
> destroys the block boundaries?
The stream_Block() function should do that. It does require support from
the access module, though. Look at the ts demux for an example.
Sigmund
>
> Thanks in advance,
>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list