[MPlayer-dev-eng] hpotmeter in gui with rmvb
Compn
tempn at twmi.rr.com
Sun Feb 18 17:58:22 CET 2007
firefish came into #mplayerdev channel and used this patch
to get rmvb working with the gui better...
file MPlayer-1.0rc1/Gui/mplayer/play.c
line 161
function void mplAbsSeek(float s)
{int len;if ( guiIntfStruct.StreamType == STREAMTYPE_STREAM ) return;
if (guiIntfStruct.demuxer == NULL) return;
len = demuxer_get_time_length(guiIntfStruct.demuxer);
abs_seek_pos=1;
rel_seek_secs=0.01*s*len;}
should add
#include "libmpdemux/demuxer.h" to this file
i'm just passing this along to the list.
-compn
More information about the MPlayer-dev-eng
mailing list