id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
1996	why avcodec_get_context_defaults3 does NOT set codec_id field corresponding to the gived codec?	theateist		"The documentation of ""avcodec_get_context_defaults3"" says:
Set the fields of the given AVCodecContext to default values corresponding  to the given codec.
 
But it doesn't set some fields, for example ""codec_id"", why?
{{{
auto encoder = avcodec_find_encoder(AV_CODEC_ID_H264);
avcodec_get_context_defaults3(outStream->codec, encoder);
}}}"	enhancement	closed	wish	avcodec	git-master	fixed					0	0
