Comment # 17
on bug 7893
from Michal Labedzki
Created attachment 9736 [details]
[PATCH] RTP: Add support for SBC codec in RTP Player
(In reply to comment #16)
> What remains to be done here?
I want to add support for SBC codec in Wireshark RTP Player. Patch contain some
new function for RTP Player named "Uninterrupted mode", I guess it can be
committed, when I split this patch to some smaller parts. I do not have an idea
what should I do now to accept this code (without split). Any ideas?
In patch I do:
1. Move "codecs" to epan to ensure this is another way for dissecting logs (no
read text, but listen music/sound)
2. Add mentioned mode to RTP Player
3. Linking to SBC (external) library if found in system
4. Reworked codec subsystem: no hardcoded (unused?) codecs, only use dynamic
codecs, add required functionality by SBC codec (codec_get_channels,
codec_get_frequency)
You are receiving this mail because:
- You are watching all bug changes.