[vlc-devel] [PATCH] ogg: fix invalid PCR value on 32-bit systems
Francois Cartegnie
fcvlcdev at free.fr
Wed Nov 27 09:10:46 CET 2013
>> - es_out_Control( p_demux->out, ES_OUT_SET_PCR, VLC_TS_0);
>> + es_out_Control( p_demux->out, ES_OUT_SET_PCR, (int64_t) VLC_TS_0 );
>> }
> Note that this patch just addresses the issue of the first few seconds
> being skipped when starting the stream (which was not present on
nice catch :)
> 64-bit). It does not fix the issue of the first few seconds of the
> file being skipped when seeking back to the start.
> I mention it here because #9828 seems to be referring to both of these problems.
Probably a preroll handling problem. I'll have to check.
Francois
More information about the vlc-devel
mailing list