#include <stdint.h>
#include "config.h"
#include "libavutil/common.h"
Go to the source code of this file.
Defines | |
#define | bswap_32 bswap_32 |
Functions | |
static av_always_inline av_const uint32_t | bswap_32 (uint32_t x) |
#define bswap_32 bswap_32 |
Definition at line 35 of file bswap.h.
Referenced by asf_read_header(), av_crc_init(), avi_read_header(), body(), bswap_64(), bswap_buf(), decode_frame(), get_le32(), mov_read_stsd(), mpegts_write_section(), png_write_chunk(), and process_ea_header().
static av_always_inline av_const uint32_t bswap_32 | ( | uint32_t | x | ) | [static] |