[mythtv] Seg Fault in backend with dvb-alpha-0.4pre and use_ts=1

Kenneth Aafloy ke-aa at frisurf.no
Tue Sep 2 05:17:45 EDT 2003


>    if ((t.params.inversion == INVERSION_AUTO)
>-        && (info.caps & FE_CAN_INVERSION_AUTO))
>+        && !(info.caps & FE_CAN_INVERSION_AUTO))
>    {
>        printf("Channel option inversion is set to 'auto', but your"\
  
> As you can tell, I haven't written software for pay for a long, long time.
> And if my last msg is a test, I'm not much better at email.

And I apparently should not write code at all.

> It still seems that with the current code, the first term is true
> because AUTO is in the database and the second term is also true
> because my Nova budget does indeed have the FE_CAN_INVERSION_AUTO
> bit set. Won't this cause the if to evaluate true and erroneously
> print the error msg

Thanks for beeing persistent and knocking my ego to the ground,
of course you are right!

Will make this go into 0.4

Kenneth


More information about the mythtv-dev mailing list