diff libmpcodecs/vd_realvid.c @ 25598:0cf6c33e4400

Do not pass timestamp to realvideo binary decoder
author rtogni
date Sun, 06 Jan 2008 13:49:07 +0000
parents 5992f8a979e3
children afa125da85cf
line wrap: on
line diff
--- a/libmpcodecs/vd_realvid.c	Sun Jan 06 13:01:41 2008 +0000
+++ b/libmpcodecs/vd_realvid.c	Sun Jan 06 13:49:07 2008 +0000
@@ -371,7 +371,7 @@
 		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