Do not pass timestamp to realvideo binary decoder

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25626 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtogni 2008-01-06 13:49:07 +00:00
parent 39fb4f4808
commit 7cbf2af4a3
1 changed files with 1 additions and 1 deletions

View File

@ -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