﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
564	ALF slice filter flag does not look at APS flag	pieterkapsenberg		"In TDecCAVLC.cpp, line 1787, the alf_slice_filter flag is decoded even if a component is disabled in the APS. 


{{{
    if(sps->getUseALF())
    {
      char syntaxString[50];
      for(Int compIdx=0; compIdx< 3; compIdx++)
      {
        // if( aps filter flag [compIdx]....) {
        sprintf(syntaxString, ""alf_slice_filter_flag[%d]"", compIdx);
        READ_FLAG(uiCode, syntaxString);
        rpcSlice->setAlfEnabledFlag( (uiCode ==1), compIdx);
        // }
      }
    }

}}}
Similarly, the codeSliceHeader function in the encoder should be edited to match."	defect	closed	minor	HM-7.1	HM	HM-7.0	invalid	alf flag	fbossen ksuehring davidf jct-vc@…
