//codectx->profile(设置此属性没有作用)
codectx->level = 13;
if(codecid == CODEC_ID_H264){
av_opt_set(codectx->priv_data, "preset", "slow", 0);
av_opt_set(codectx->priv_data, "profile", "baseline", 0);
}
//codectx->profile(设置此属性没有作用)
codectx->level = 13;
if(codecid == CODEC_ID_H264)