Martin Storsjö
|
ec96a89c3e
|
rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
This makes it clear that the individual parsing functions can't
touch the parsed out value.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2015-02-24 23:07:22 +02:00 |
|
Anton Khirnov
|
0307cc2253
|
rtpdec: pass an AVFormatContext to ff_parse_fmtp()
Use it for logging, instead of NULL or the stream codec context.
|
2014-07-09 13:40:54 +00:00 |
|
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
2012-08-07 16:00:24 +02:00 |
|
Martin Storsjö
|
89c3960544
|
rtpdec: Add a depacketizer for iLBC
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-06-18 22:01:04 +03:00 |
|