提交 c9ad5f59 编写于 作者: D Diego Biurrun

intreadwrite: tomi: Add missing attributes.h #include for av_always_inline

上级 8a11ce43
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
#define AVUTIL_TOMI_INTREADWRITE_H #define AVUTIL_TOMI_INTREADWRITE_H
#include <stdint.h> #include <stdint.h>
#include "config.h" #include "config.h"
#include "libavutil/attributes.h"
#define AV_RB16 AV_RB16 #define AV_RB16 AV_RB16
static av_always_inline uint16_t AV_RB16(const void *p) static av_always_inline uint16_t AV_RB16(const void *p)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册