[MPlayer-users] Re: avi to vcd frame rate problems

Tobias Diedrich ranma at gmx.at
Mon Oct 7 16:49:02 CEST 2002


Gerhard den Hollander wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Tobias,

> Are you sure this is correct ?
> blit_frame=1=decode_video(sh_video,start,in_size,drop_frame);

Hmmja...
I should have not tried to save me some typing.
An additional line with blit_frame=1; would be better...
The result of the quoted line may indeed depend on the compiler (and I
did not test it... Indeed the compiler complains about an
invalid lvalue in assignment ^^;).

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.590
diff -u -r1.590 mplayer.c
--- mplayer.c	6 Oct 2002 17:40:48 -0000	1.590
+++ mplayer.c	7 Oct 2002 14:44:51 -0000
@@ -1465,6 +1465,7 @@
 	current_module="decode_video";
 //	printf("Decode! %p  %d  \n",start,in_size);
 	blit_frame=decode_video(sh_video,start,in_size,drop_frame);
+	blit_frame=1;
 	break;
     }
     vdecode_time=video_time_usage-vdecode_time;

-- 
Tobias								PGP: 0x9AC7E0BC
This mail is made of 100% recycled bits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20021007/6de8365f/attachment.pgp>


More information about the MPlayer-users mailing list