# HG changeset patch # User rtogni # Date 1199627347 0 # Node ID 0cf6c33e4400459e195609d786240ad58839caf8 # Parent 85ca3ea69e03637c552749db26d6e2458794cda4 Do not pass timestamp to realvideo binary decoder diff -r 85ca3ea69e03 -r 0cf6c33e4400 libmpcodecs/vd_realvid.c --- 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