Opened 16 years ago
Closed 14 years ago
#8318 closed enhancement (Fixed)
AvFormatDecoder::GetFrame() cleanup
| Reported by: | Owned by: | Janne Grunau | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | head |
| Severity: | low | Keywords: | AVFormatDecoder GetFrame |
| Cc: | Ticket locked: | no |
Description
GetFrame() is over 1000 lines long. Attached patch splits it out into a number of new methods and tidies it up a bit. Also remove some unused member variables and a few whitespace fixes. No functional changes.
Attachments (3)
Change History (21)
by , 16 years ago
| Attachment: | getframe.patch added |
|---|
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
by , 16 years ago
| Attachment: | getframe.2.patch added |
|---|
by , 16 years ago
| Attachment: | getframe.3.patch added |
|---|
Updated for trunk r24131 ; remove whitespace only changes
comment:3 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Owner: | changed from to |
| Status: | assigned → accepted |
comment:4 by , 16 years ago
comment:6 by , 16 years ago
comment:7 by , 16 years ago
comment:8 by , 16 years ago
comment:9 by , 16 years ago
comment:11 by , 16 years ago
comment:12 by , 16 years ago
comment:13 by , 16 years ago
(In [24150]) AVFD: push firstloop variable down to ProcessAudioPacket, Refs #8318
comment:14 by , 16 years ago
(In [24151]) AVFD: simplify loop handling in ProcessAudioPacket, Refs #8318
comment:15 by , 16 years ago
comment:16 by , 15 years ago
| Milestone: | 0.24 → 0.25 |
|---|
comment:18 by , 14 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
Closing as fixed since there hasn't been any progress on this for a year (after a flurry of what may have made this "fixed").
Note:
See TracTickets
for help on using tickets.

Updated for trunk r24111 ; remove whitespace only changes