Opened 20 years ago
Closed 20 years ago
#1524 closed defect (fixed)
VideoOutputBase::SetupDeinterlace doesn't need a dynamic_cast
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Since SetupDeinterlace is already virtual cleanup the code a little by removing the dynamic_cast to VideoOutputNull and moving the logic to VideoOutputNull::SetupDeinterlace.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | null_patch.txt added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [9422]) Closes #1524, by applying patch (small refactor).