OK!
i seeit now, it is from vdr switching to ts or watever, with vdr-1.7.0 it works. But i dont know how to fix it.
On Thu, 2 Apr 2009 04:54:06 -0700 (PDT), lucian orasanu o_lucian@yahoo.com wrote:
OK!
i seeit now, it is from vdr switching to ts or watever, with vdr-1.7.0 it works. But i dont know how to fix it.
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Seems that the constant FRAMESPERSEC became a function FramesPerSecond() in 1.7.3. You could try replacing all instances of the constant with a call to the function (and make sure the header file is #include'd, player.h I think).