[MPlayer-cvslog] r25626 - trunk/libmpcodecs/vd_realvid.c

rtogni subversion at mplayerhq.hu
Sun Jan 6 14:49:07 CET 2008


Author: rtogni
Date: Sun Jan  6 14:49:07 2008
New Revision: 25626

Log:
Do not pass timestamp to realvideo binary decoder


Modified:
   trunk/libmpcodecs/vd_realvid.c

Modified: trunk/libmpcodecs/vd_realvid.c
==============================================================================
--- trunk/libmpcodecs/vd_realvid.c	(original)
+++ trunk/libmpcodecs/vd_realvid.c	Sun Jan  6 14:49:07 2008
@@ -371,7 +371,7 @@ static mp_image_t* decode(sh_video_t *sh
 		dp_hdr->chunks,	// number of sub-packets - 1
 		extra,		// table of sub-packet offsets
 		0,		// unknown, seems to be unused
-		dp_hdr->timestamp,// timestamp (the integer value from the stream)
+		0,		// timestamp (should be unneded)
 	};
 
 	if(len<=0 || flags&2) return NULL; // skipped frame || hardframedrop



More information about the MPlayer-cvslog mailing list