[MPlayer-cvslog] CVS: main/libmpdemux muxer_mpeg.c,1.40,1.41
Nico Sabbi CVS
syncmail at mplayerhq.hu
Sun Mar 12 00:21:12 CET 2006
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv4889
Modified Files:
muxer_mpeg.c
Log Message:
init delta_pts before using it; fixes cid 239
Index: muxer_mpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_mpeg.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- muxer_mpeg.c 11 Mar 2006 23:15:57 -0000 1.40
+++ muxer_mpeg.c 11 Mar 2006 23:21:09 -0000 1.41
@@ -2122,7 +2122,7 @@
static size_t parse_mpeg4_video(muxer_stream_t *s, muxer_priv_t *priv, muxer_headers_t *vpriv, float fps, size_t len)
{
size_t ptr = 0;
- int64_t delta_pts;
+ int64_t delta_pts=0;
uint8_t pt;
mp_msg(MSGT_MUXER, MSGL_DBG2,"parse_mpeg4_video, len=%u\n", (uint32_t) len);
More information about the MPlayer-cvslog
mailing list