Mailing List archive

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

[vdr] Re: [PATCH] vcd plugin for 1.3.18



On Thu, 13 Jan 2005, C.Y.M (C) wrote:

C> Hi, with some help, here is a patch for vcd-0.0.6c and vdr-1.3.18. The
C> plugin compiles and appears to work fine, but there is one warning that I am
C> trying to solve but do not know how.
C> C> ../../../include/vdr/player.h:53: warning: `virtual void
C> cPlayer::SetAudioTrack(eTrackType, const tTrackId*)' was hidden
C> vcd_player.c:95: warning: by `virtual void cVcdPlayer::SetAudioTrack(int)'
C> C> If anyone can shed some light on this please let me know.

as far as I understand this, you have to modify cVcdPlayer::SetAudioTrack
in vcd_player.c to have the two arguments of types "eTrackType" and "const tTrackId*" (as in player.h) instead of one argument of type "int".


c ya
Sergei
--
-------------------------------------------------------------------- -?)
eMail: Sergei.Haller@math.uni-giessen.de /\\
-------------------------------------------------------------------- _\_V
Be careful of reading health books, you might die of a misprint.
-- Mark Twain




Home | Main Index | Thread Index