[mythtv] dvbrecorder.cpp

Isaac Richards ijr at case.edu
Wed Jan 26 04:05:29 EST 2005


On Wednesday 26 January 2005 03:36 am, Kristian Kalweit wrote:
> After looking in the code I think
>
> SetOption("tvformat", gContext->GetSetting("TVFormat"));
>
> have to be changed to
>
> DTVRecorder::SetOption("tvformat", gContext->GetSetting("TVFormat"));
>
> because DTVRecorder::SetOption accepts a String as value.
> DTVRecorder::SetOption is called by DVBRecorder::SetOption which only
> accepting int.

Funky.  It should be inheriting the proper setoption there.  Ah well, fixed it 
in CVS..

Isaac


More information about the mythtv-dev mailing list