Opened 15 years ago
Closed 15 years ago
#5096 closed defect (duplicate)
estbitrate is not initialized in RingBuffer::UpdatePlaySpeed
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
estbitrate is not initialized before being used in RingBuffer::UpdatePlaySpeed?(). It is highly unlikely that it will be used before it is given some real value. But if we set it at declaration, then we know what it starts out as.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | libs_libmythtv_RingBuffer.cpp-init-estbitrate.patch added |
---|
Note: See
TracTickets for help on using
tickets.
init variable