Opened 11 years ago

Closed 11 years ago

#834 closed defect (fixed)

Decoder hangs @ TAppDecTop::destroy()

Reported by: achuykov Owned by:
Priority: major Milestone: HM-9.1
Component: HM Version: HM-9.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

The decoder hangs if it runs without parameters. The trivial patch was attached.
The version: trunk/rev 2993
OS: Windows 7 x 64
Compiler: MS Visual Studio 10 Professional

Attachments (2)

TAppDecTop.cpp.patch (398 bytes) - added by achuykov 11 years ago.
patch-fix
TAppDecCfg.h.patch (546 bytes) - added by achuykov 11 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 11 years ago by achuykov

patch-fix

comment:2 in reply to: ↑ description Changed 11 years ago by dthoang

Replying to achuykov:

The decoder hangs if it runs without parameters. The trivial patch was attached.
The version: trunk/rev 2993
OS: Windows 7 x 64
Compiler: MS Visual Studio 10 Professional

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 11 years ago by achuykov

comment:3 Changed 11 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,
Alexander

comment:4 Changed 11 years ago by ksuehring

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

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

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