[mythtv-commits] Ticket #6138: HDHomerun Multirec Patches
MythTV
mythtv at cvs.mythtv.org
Sat Jun 27 02:59:19 UTC 2009
#6138: HDHomerun Multirec Patches
---------------------------+------------------------------------------------
Reporter: cizek at rcn.com | Owner: danielk
Type: task | Status: infoneeded
Priority: minor | Milestone: unknown
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
---------------------------+------------------------------------------------
Comment(by danielk):
cizek, 2 problems.
1/ The 132 patch appears to reintroduce old bugs.
For instance, replacing:
- /* can't use memset bcs sequence is volatile */
- for (int i = 0; i < sizeof(vs->sequence) /
sizeof(uint8_t) ; i++)
- vs->sequence[i] = 0xFF;
with
+ memset((void *)vs->sequence, 0xFF,
sizeof(vs->sequence));
2/ Where is the UI patch? i.e. the patch that allows me to specify the
number of virtual hdhomerun recorders to create for each real one, as with
the DVB recorders, via mythtv-setup?
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6138#comment:24>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list