[mythtv] [mythtv-commits] Ticket #1139: Add HD, CC,

Chris Pinkham cpinkham at bc2va.org
Tue Feb 14 01:43:41 UTC 2006


> > These could probably be rolled into the FlagMask bitmask defined in
> > programinfo.h and used in playbackbox.cpp and a few other places.
> >
> >   
> Yes, I see that would work better and also probably not require a 
> protocol bump as we'd be accessing additional flags of the same bit 
> rather than adding additional pieces to the structure.  I'll see if I 
> can whip up a quick change for that.  If someone can confirm using flags 
> won't affect the protocol, I'll commit it when I'm done testing.

Shouldn't affect it, since it's a mask.  Anything using the same version
of the same protocol but not supporting the new flags just wouldn't be
able to benefit from the new flags.

-- 
Chris



More information about the mythtv-dev mailing list