提交 99c76902 编写于 作者: M Michael Niedermayer

Merge commit '88434f97'

* commit '88434f97':
  rtpdec: Remove unnecessary inline attributes
Merged-by: NMichael Niedermayer <michaelni@gmx.at>
......@@ -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;
......
......@@ -33,7 +33,7 @@ struct PayloadContext {
AVIOContext *fragment;
};
static inline void free_fragment(PayloadContext *data)
static void free_fragment(PayloadContext *data)
{
if (data->fragment) {
uint8_t *p;
......
......@@ -49,7 +49,7 @@ struct PayloadContext {
int split_pkts;
};
static inline void free_fragment(PayloadContext * data)
static void free_fragment(PayloadContext * data)
{
if (data->fragment) {
uint8_t* p;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册