Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] {Release Candiate} Image Plugin 0.0.9



Andreas Brachold wrote:
> 
> Hi,
> 
> Am So, den 06.06.2004 schrieb Thorsten Schnebeck um 1:40:
> > Ok, there are some errors:
> > 16:9 does not work, pictures are to wide.
> I'll check this.
> 
> > Text in OSD is sometimes not cleared but overwritten.
> Hmm is only reflected on vdr-1.3.7+ ,
> seem like a Bug in OSD-Skin,
> cSkins::Current()->DisplayReplay()->SetTotal("aaa");
> cSkins::Current()->DisplayReplay()->SetTotal("b");
> Shows on OSD
>  aab
> 
> and i would not make my own OSD, then the new skins are to nice.

From VDR/skins.h:

  virtual void SetCurrent(const char *Current) = 0;
       ///< Sets the current position within the recording, as a user readable
       ///< string if the form "h:mm:ss.ff". The ".ff" part, indicating the
       ///< frame number, is optional and the actual implementation needs to
       ///< take care that it is erased from the display when a Current string
       ///< _with_ ".ff" is followed by one without it.

Klaus




Home | Main Index | Thread Index