[MPlayer-dev-eng] [patch] option for an extended OSD

Diego Biurrun diego at biurrun.de
Wed Aug 14 00:01:42 CEST 2002


Jindrich Makovicka writes:
 > Here is a patch which adds a '-longosd' option, enabling display of the 
 > total time and percentage played.

Nice work, but why not add another OSD level instead of the -longosd
option?  Makes more sense to me.

 > +		  sprintf(osd_text_tmp,"%c %02d:%02d:%02d|%02d:%02d:%02d%s",osd_function,pts/3600,(pts/60)%60,pts%60,

This would look better with some blanks around the "|".  It looks a
little cramped right now.

Diego



More information about the MPlayer-dev-eng mailing list