Opened 18 years ago
Closed 18 years ago
#3959 closed patch (fixed)
PATCH mpegrecorder.cpp - checking volume range before setting it
Reported by: | anonymous | Owned by: | danielk |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
mpegrecorder.cpp - checking volume range before setting it (instead of previously used 0-65536 range).
Attachments (2)
Change History (6)
Changed 18 years ago by
Attachment: | mpegrecorder_wolume_ctl.patch added |
---|
comment:1 Changed 18 years ago by
Owner: | changed from Isaac Richards to danielk |
---|
Changed 18 years ago by
Attachment: | 3959-v1.patch added |
---|
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
Milestone: | unknown → 0.21 |
---|
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Mark, can you try the attached? It tries to be a little more correct in the volume calculation using floats and then it uses min & max to make sure we don't go out of range at the extremes.