Opened 4 years ago

Closed 4 years ago

#759 closed defect (fixed)

bug of writeSEImessages

Reported by: biaowang Owned by:
Priority: minor Milestone: VTM-8.0
Component: VTM Version:
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

in SEIwrite.cpp
interface writeSEImessages
the second invocation of xWriteSEIpayloadData
(line 216, latest commit 406006ae2)
i.e. xWriteSEIpayloadData(bs_count, **sei, sps, hrd, temporalId);

should be replaced by
xWriteSEIpayloadData(bs, **sei, sps, hrd, temporalId);

bs_count is a testing OutputBitstream used to get how much bits need to be written, the second xWriteSEIpayloadData has known the size and shall write to the real output, which is set by setBitstream(&bs);

Change history (2)

comment:1 Changed 4 years ago by ksuehring

Apparently the parameter is not used at all in xWriteSEIpayloadData(). I submitted

https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/1396

which just removes the parameter.

comment:2 Changed 4 years ago by XiangLi

  • Milestone set to VTM-8.0
  • Resolution set to fixed
  • Status changed from new to closed

Merged.

Note: See TracTickets for help on using tickets.