byte swapping routines More...
#include <stdint.h>#include "config.h"#include "libavutil/common.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) |
byte swapping routines
Definition in file bswap.h.
| static av_always_inline av_const uint16_t bswap_16 | ( | uint16_t | x | ) | [static] |
1.7.1