Opened 15 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)
Changed 15 years ago by
Attachment: | getframe.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from Isaac Richards to JYA |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | getframe.2.patch added |
---|
Changed 15 years ago by
Attachment: | getframe.3.patch added |
---|
Updated for trunk r24131 ; remove whitespace only changes
comment:3 Changed 15 years ago by
Milestone: | unknown → 0.24 |
---|---|
Owner: | changed from JYA to Janne Grunau |
Status: | assigned → accepted |
comment:4 Changed 15 years ago by
comment:6 Changed 15 years ago by
comment:7 Changed 15 years ago by
comment:8 Changed 15 years ago by
comment:9 Changed 15 years ago by
comment:10 Changed 15 years ago by
comment:11 Changed 15 years ago by
comment:12 Changed 15 years ago by
comment:13 Changed 15 years ago by
(In [24150]) AVFD: push firstloop variable down to ProcessAudioPacket?, Refs #8318
comment:14 Changed 15 years ago by
(In [24151]) AVFD: simplify loop handling in ProcessAudioPacket?, Refs #8318
comment:15 Changed 15 years ago by
comment:16 Changed 14 years ago by
Milestone: | 0.24 → 0.25 |
---|
comment:18 Changed 14 years ago by
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