Opened 3 years ago
Closed 3 years ago
#1498 closed defect (fixed)
Decoder mismatch following fix to #1497
Reported by: | adybrowne | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-14.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Although merge request for #1497 fixed the encoder crash, it is possible to get a decoder mismatch, e.g.
bin/EncoderAppStatic -c cfg/encoder_intra_vtm.cfg -c cfg/per-class/formatRGB.cfg -c cfg/per-sequence-non-420/Map_RGB.cfg -o /dev/null -q 37 -b out.bin --TransformSkip=1 --LFNST=0 -f 1 --SEIDecodedPictureHash=1
bin/DecoderAppStatic -b out.bin -o out.yuv
Change history (1)
comment:1 Changed 3 years ago by XiangLi
- Milestone set to VTM-14.0
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2105