changeset 25598:0cf6c33e4400

Do not pass timestamp to realvideo binary decoder
author rtogni
date Sun, 06 Jan 2008 13:49:07 +0000
parents 85ca3ea69e03
children a836d1288d59
files libmpcodecs/vd_realvid.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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