Opened 5 years ago
Closed 5 years ago
#912 closed defect (fixed)
ERROR when encoding next I-frame
Reported by: | Jamaika | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-8.1 |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
ERROR: In function "xCompressCU" in EncCu.cpp:1002: Should always get a result in serial case
EncoderApp_360.exe --SummaryVerboseness -c "encoder_randomaccess_vtm_2.cfg" --InputFile=111.yuv --BitstreamFile=video_1.vvc --SourceWidth=640 --SourceHeight=360 --FrameRate=29.970 --InputBitDepth=10 --InternalBitDepth=10 --OutputBitDepth=10 --MSBExtendedBitDepth=10 --InputChromaFormat=422 --ChromaFormatIDC=422 --ConformanceWindowMode=0 --FramesToBeEncoded=750 --MatrixCoefficients=9 --InputColorPrimaries=1 --LMCSSignalType=2 --Level=6.2 --BDPCM=1 --Tier=high --HashME=1 --IBC=1 --MaxCUWidth=16 --MaxCUHeight=16 --CTUSize=32 --QP=30 --MaxBTLumaISlice=32 --MaxBTChromaISlice=32 --MaxBTNonISlice=32 --MaxTTLumaISlice=32 --MaxTTChromaISlice=32 --MaxTTNonISlice=32
Change history (3)
comment:1 Changed 5 years ago by XiangLi
comment:2 Changed 5 years ago by Jamaika
Currently, codec works. Thanks.
comment:3 Changed 5 years ago by XiangLi
- Milestone set to VTM-8.1
- Resolution set to fixed
- Status changed from new to closed
Are you using ENABLE_SPLIT_PARALLELISM? Could you check whether you still have the issue with current master? Thanks.