From 7cbf2af4a3ef081eb0d1de65e9d330f98fb1d7c7 Mon Sep 17 00:00:00 2001 From: rtogni Date: Sun, 6 Jan 2008 13:49:07 +0000 Subject: Do not pass timestamp to realvideo binary decoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25626 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_realvid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vd_realvid.c b/libmpcodecs/vd_realvid.c index babd15d125..bb28e15b06 100644 --- a/libmpcodecs/vd_realvid.c +++ b/libmpcodecs/vd_realvid.c @@ -371,7 +371,7 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ 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 -- cgit v1.2.3