[email protected]
changed
bug 7893
Comment # 20
on bug 7893
from [email protected]
(In reply to comment #19)
> [PATCH 5] RTP: Add support for SBC codec in RTP Player
>
> It is time to ask on mailing list about handling of codecs. Any other
> solution how to do that in different ways are welcome.
The epan.c should not contain register_codec() calling for each individual
codec.
Handling should be similar to dissectors.
Each codec in epan/codecs need to contain the function codec_register_...().
Then epan/codecs/register.c should be generated (with Python script) with
register_all_codecs() method and it should be called somewhere during epan
initialization.
You are receiving this mail because:
- You are watching all bug changes.