[MPlayer-users] DXR3 playback problems and temporary fix.
Rasmus Rohde
rohde at mjackson.com
Tue May 21 17:18:02 CEST 2002
It seems that pre3 introduced a slight problem to DXR3-playback that
makes it use all available CPU resources.
It's the frame_time_remaining flag that's doing some nasty things.
Anyway - a temporary fix is to replace in mplayer.c:
if(time_frame>delay*0.6){
with
if(time_frame>delay*0.6 && !(vo_flags&256)){
This "disables" the frame_time_remaining flag.
I'm not really sure where the real problem resides, but hopefully this
can give a hint.
--
regards Rohde
More information about the MPlayer-users
mailing list