rtpdec: Remove unnecessary inline attributes

These functions are far from performance critical, so there's no
point in marking them as inline.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö
2015-02-24 12:56:51 +02:00
parent ec96a89c3e
commit 88434f9725
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ static const uint8_t default_quantizers[128] = {
99, 99, 99, 99, 99, 99, 99, 99
};
static inline void free_frame(PayloadContext *jpeg)
static void free_frame(PayloadContext *jpeg)
{
if (jpeg->frame) {
uint8_t *p;