#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
Go to the source code of this file.
Defines | |
#define | av_bswap16 av_bswap16 |
#define | av_bswap32 av_bswap32 |
Functions | |
static av_always_inline av_const unsigned | av_bswap16 (unsigned x) |
static av_always_inline av_const uint32_t | av_bswap32 (uint32_t x) |
Definition in file bswap.h.
static av_always_inline av_const unsigned av_bswap16 | ( | unsigned | x | ) | [static] |
static av_always_inline av_const uint32_t av_bswap32 | ( | uint32_t | x | ) | [static] |