Question #264108 on rohc changed:
https://answers.launchpad.net/rohc/+question/264108
Status: Answered => Solved
Ashok Kumar confirmed that the question is solved:
Thanks Didier,
if(!rohc_comp_set_traces_cb2(compressor,NULL,NULL))
{
DEBUG_MSG("CE: Failed to set the
callback for traces on compressor\n");
rohc_comp_free(compressor);
}
if(!rohc_decomp_set_traces_cb2(decompressor,NULL,NULL))
{
DEBUG_MSG("CE: Failed to set the
callback for traces on De-Compressor\n");
rohc_decomp_free(decompressor);
}
the above two solved my problem......
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.
_______________________________________________
Mailing list: https://launchpad.net/~rohc
Post to : [email protected]
Unsubscribe : https://launchpad.net/~rohc
More help : https://help.launchpad.net/ListHelp