Opened 13 years ago

Closed 13 years ago

#170 closed defect (wontfix)

uiPOC uninitialized

Reported by: chiraag Owned by:
Priority: trivial Milestone:
Component: HM Version: HM-3.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

This is a minor bug with the state of uiPOC in TAppDecTop.cpp
The variable is unitialized and causes it to go out of state after the first frame is decoded. Initializing it to -1 is a temporary fix as the value is no longer an unsigned integer but doing so keeps it in order with the frame just decoded as seen later

Change History (4)

comment:1 Changed 13 years ago by davidf

  • Resolution set to wontfix
  • Status changed from new to closed

I assume you refer to TAppDecTop::decode(), uiPOC is never read from. It will be removed in a future software release.

I would also advise against initializing variables to invalid values without good cause. If this is done, it is /much/ harder to spot invalid use of such variables.

comment:2 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:3 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:4 Changed 12 years ago by davidf

  • Cc jct-vc@… added
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)