Commit 4da4642a authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Fixed DTS muxer.

parent e2f633e3
......@@ -159,6 +159,7 @@ static int Open( vlc_object_t * p_this )
}
DEMUX_INIT_COMMON(); p_sys = p_demux->p_sys;
p_sys->b_start = true;
p_sys->i_mux_rate = 0;
p_sys->i_pts = 0;
p_sys->i_time_offset = 0;
......
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