[vlc-devel] Demux module with no timestamps

Juan Fernando Herrera J. juanfhj at gmail.com
Thu Nov 26 18:18:01 CET 2009


I'm writing a custom demux module, and while testing I'd like to output
blocks without regard to dts and pts. How should I write:

    p_block->i_dts = p_block->i_pts = ?????;
    es_out_Control( p_demux->out, ES_OUT_SET_PCR, ????? );
    es_out_Send( p_demux->out, p_sys->screen_es, p_block );

Thanks, Juan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091126/43311407/attachment.html>


More information about the vlc-devel mailing list