#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
Go to the source code of this file.
Defines | |
#define | av_bswap32 av_bswap32 |
Functions | |
static av_always_inline av_const uint32_t | av_bswap32 (uint32_t x) |
Definition in file bswap.h.
#define av_bswap32 av_bswap32 |
Definition at line 33 of file bswap.h.
Referenced by asf_read_stream_properties(), av_bswap64(), av_crc_init(), body(), bswap_buf(), decode_frame(), ff_mov_read_stsd_entries(), mpegts_write_section(), png_write_chunk(), and process_ea_header().
static av_always_inline av_const uint32_t av_bswap32 | ( | uint32_t | x | ) | [static] |