diff --git a/av1/common/entropy.c b/av1/common/entropy.c index 727ca09f7058e97611ee53045a031e748c87857a..ac9e8e72fe137a2aea06a26e08d5c1a444738521 100644 --- a/av1/common/entropy.c +++ b/av1/common/entropy.c @@ -752,9 +752,6 @@ void av1_average_tile_inter_cdfs(AV1_COMMON *cm, FRAME_CONTEXT *fc, AVERAGE_TILE_CDFS(uni_comp_ref_cdf) AVERAGE_TILE_CDFS(comp_ref_type_cdf) #endif - - // FIXME: cdfs not defined for super_tx - AVERAGE_TILE_CDFS(inter_compound_mode_cdf) AVERAGE_TILE_CDFS(compound_type_cdf)