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