Skip to content
Snippets Groups Projects
Commit 06d7325a authored by Miroslav Slugeň's avatar Miroslav Slugeň Committed by Martin Storsjö
Browse files

rtpdec: Add support for G726 audio


This requires using a separate init function, since there
isn't necessarily any fmtp lines for this codec, so
parse_sdp_a_line won't be called. Incorporating it with the
alloc function wouldn't do either, since it is called before
the full rtpmap line is parsed (where the sample rate is
extracted).

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 25836606
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment