id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
2277	wrong comment in the alac.c	chinshou		"alac.c has wrong comment:

 *  8bit  initial history      (14)
 *  8bit  rice param limit     (10)

it should be

 *  8bit  initial history      (10)
 *  8bit  rice param limit     (14)


see following code alacenc.c for correct init parameter value

    // Initialize default Rice parameters
    s->rc.history_mult    = 40;
    s->rc.initial_history = 10;
    s->rc.k_modifier      = 14;

I have attached a patch for it"	defect	closed	minor	avcodec	git-master	fixed	alac				0	0
