[vlc-devel] issue arising from OggDirac muxing

Laurent Aimar fenrir at via.ecp.fr
Tue Oct 28 10:18:15 CET 2008


On Mon, Oct 27, 2008, David Flynn wrote:
> So i propose adding an extra field to es_format_t to store the first
> pts output from a decoder (or packetizer if it can solve it).
> i_time_pts0 ? any other suggestions
That's not possible, at least because of:
- es_format_t has to be created before this value can be known in a lot of
cases (ts, ps, avi, etc).
- A timeshift is applied after the decoder or packetizer and will depends on
pause, seek etc.
- The es_format_t is not recreated after a seek whereas i_time_pts0 need to be
changed.

I will try to look for a solution later.

-- 
fenrir




More information about the vlc-devel mailing list