khronosfws/openmax_al/src/mmf_adaptation/xaradioadaptctx.c
changeset 32 94fc26b6e006
parent 31 8dfd592727cb
child 48 a493a607b5bf
equal deleted inserted replaced
31:8dfd592727cb 32:94fc26b6e006
    36                     != XA_RESULT_SUCCESS )
    36                     != XA_RESULT_SUCCESS )
    37       	{
    37       	{
    38         	DEBUG_ERR("Failed to init base context!!!");
    38         	DEBUG_ERR("Failed to init base context!!!");
    39          	free(pSelf);
    39          	free(pSelf);
    40         	pSelf = NULL;
    40         	pSelf = NULL;
       
    41         	return (XAAdaptationBaseCtx*)pSelf;
    41       	}
    42       	}
    42      		else
    43      		else
    43        	{
    44        	{
    44        		pSelf->range = RADIO_DEFAULT_FREQ_RANGE;
    45        		pSelf->range = RADIO_DEFAULT_FREQ_RANGE;
    45         	pSelf->frequency = RADIO_DEFAULT_FREQ;
    46         	pSelf->frequency = RADIO_DEFAULT_FREQ;