Opened 12 years ago Closed 12 years ago #834 closed defect (fixed)Decoder hangs @ TAppDecTop::destroy()
Description
The decoder hangs if it runs without parameters. The trivial patch was attached. Attachments (2)Change History (6)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by achuykovcomment:2 in reply to: ↑ description Changed 12 years ago by dthoang
Replying to achuykov:
m_pchBitstreamFile and m_pchReconFile are members of the base class TAppDecCfg and they should be initialized in the constructor for TAppDecCfg instead of TAppDecTop. Changed 12 years ago by achuykovcomment:3 Changed 12 years ago by achuykov
Hello,
I agree with you. I confused with file, the simplest modification should be in TAppDecCfg.h. Please find new patch in attachments.
BR, comment:4 Changed 12 years ago by ksuehring
a modified patch has been applied in r3066 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
|
patch-fix