[Mplayer-users] AVI problem

Felix Buenemann atmosfear at users.sourceforge.net
Fri Oct 5 10:04:21 CEST 2001


On Friday, 5. October 2001 02:13, Codre Adrian wrote:
> > 1. patches should be sent to -dev-eng list
>
> how can i subscribe
>
> > 2. your patch will fail (crash?) for non-AVI files.
>
> i modified it to work only on AVI file's.
>
btw. it's better to toggle time_remaining like this:
time_remaining=~time_remaining;

and for the if check use time_remaining instead of !(time_remaining==0)
so use:
if (time_remaining && demuxer->file_format==DEMUXER_TYPE_AVI){

changing the order should also speed it up a little as it needs no 
dereferencing if time_remaining is zero.

and send further answers to this thread to -dev-eng list.
-- 
Best Regards,
	Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________
Escape the Gates of Hell.
	- Use Linux.

_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mplayer-users



More information about the MPlayer-users mailing list