mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: intreadwrite: tomi: Add missing attributes.h #include for av_always_inline Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
f7b46d86de
@ -22,7 +22,9 @@
|
||||
#define AVUTIL_TOMI_INTREADWRITE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/attributes.h"
|
||||
|
||||
#define AV_RB16 AV_RB16
|
||||
static av_always_inline uint16_t AV_RB16(const void *p)
|
||||
|
Loading…
Reference in New Issue
Block a user