Opened 10 years ago

Last modified 10 years ago

#1209 closed defect

segmentation fault with custom GOP structure — at Initial Version

Reported by: dominik.wojt Owned by:
Priority: major Milestone: HM-13.0
Component: HM Version: HM-12.1
Keywords: GOP segfault Cc: karlsharman, davidf, ksuehring, fbossen, jct-vc@…

Description

I get a segmentation fault from encoder when using custom GOP structure.

#======== Coding Structure =============
IntraPeriod : 800 # Period of I-Frame ( -1 = only first)
DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR
GOPSize : 8 # GOP Size (number of B slice = GOPSize-1)
# Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs
Frame1: P 1 0 0.5 0 0 0 0 1 -1 0
Frame2: P 3 0 0.5 0 0 0 1 2 -3 -2 0
Frame3: B 2 0 0.5 0 0 0 1 3 -2 -1 1 0
Frame4: P 8 0 0.5 0 0 0 1 1 -8 0
Frame5: B 4 0 0.5 0 0 0 1 2 -4 4 0
Frame6: P 7 0 0.5 0 0 0 1 1 -3 0
Frame7: B 6 0 0.5 0 0 0 1 2 -2 1 0
Frame8: B 5 0 0.5 0 0 0 1 2 -1 1 0

Change History (0)

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

  • Bill Mandel(Participant)
  • David Flynn(Subscriber)
  • Dominik Wójt(Reporter, Participant)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Subscriber, Participant)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)