Opened 11 years ago

Closed 11 years ago

#1061 closed defect (fixed)

HM decoder crashes when field_seq_flag is equal to 1

Reported by: zhyang123 Owned by:
Priority: minor Milestone: HM-10.1
Component: HM Version: HM-10.0
Keywords: field_seq-flag Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

The HM decoder crashes when field_seq_flag is equal to 1 due to the following code line in file TDecCAVLC.cpp

assert(pcVUI->getFieldSeqFlag() == false);

After removing the above code, the decoder works fine by outputing field pictures sequentially.

Michael

Attachments (1)

TDecCAVLC.cpp.patch (674 bytes) - added by zhyang123 11 years ago.
A tentative patch for this issue.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 11 years ago by zhyang123

A tentative patch for this issue.

comment:2 Changed 11 years ago by ksuehring

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

fixed in r3400

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)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Zhijie Yang(Reporter)