Commit 7b1f2ee4 authored by Laurent Aimar's avatar Laurent Aimar

* real: use 1 as starting time (allow to have a valid date for the first frame).

parent 84995ec7
......@@ -108,7 +108,7 @@ static int Open( vlc_object_t *p_this )
p_sys->i_data_offset = 0;
p_sys->i_track = 0;
p_sys->track = NULL;
p_sys->i_pcr = 0;
p_sys->i_pcr = 1;
/* Parse the headers */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment