id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1209,segmentation fault with custom GOP structure,dominik.wojt,,"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 }}} ",defect,closed,major,HM-13.0,HM,HM-12.1,fixed,GOP segfault,karlsharman davidf ksuehring fbossen jct-vc@…