mirror of https://github.com/mpv-player/mpv
9 lines
140 B
C
9 lines
140 B
C
|
#ifndef MPBSWAP_H
|
||
|
#define MPBSWAP_H
|
||
|
|
||
|
#define always_inline inline
|
||
|
#include "libavutil/bswap.h"
|
||
|
#undef always_inline
|
||
|
|
||
|
#endif /* MPBSWAP_H */
|