]> git.sesse.net Git - vlc/commitdiff
* mpeg4video: init i_dts.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 13 Apr 2004 10:05:59 +0000 (10:05 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 13 Apr 2004 10:05:59 +0000 (10:05 +0000)
modules/packetizer/mpeg4video.c

index 8350571b04c63eace15e034ad709a1ed70340913..1e85bdc8ebb022fdfc6cddce936b4077109612ac 100644 (file)
@@ -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;