Commit 8bfe4ed2 authored by Laurent Aimar's avatar Laurent Aimar

* mpeg4video: init i_dts.

parent dc570c54
......@@ -132,6 +132,7 @@ static int Open( vlc_object_t *p_this )
return VLC_EGENERIC;
}
p_sys->i_pts = 0;
p_sys->i_dts = 0;
p_sys->b_vop = VLC_FALSE;
p_sys->i_buffer = 0;
p_sys->i_buffer_size = 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