mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user