Opened 14 years ago Closed 14 years ago #121 closed defect (fixed)m_iInterpFilterType may be used uninitialized
Description
It is currently possible that TAppEncCfg::m_iInterpFilterType is used without initialization, since this is no longer a configurable option. This may cause some assertions to be false, e.g., in writing the interpolation filter type to the SH.
A quick fix is to initialize TAppEncCfg::m_iInterpFilterType to 0 in the constructor. It may also be desirable to stop writing/reading the InterFilterType in the SH. Change History (4)comment:1 Changed 14 years ago by fbossen
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
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
|
Fixed in r528