FFmpeg
|
byte swapping routines More...
Go to the source code of this file.
Macros | |
#define | av_bswap32 av_bswap32 |
Functions | |
static av_always_inline av_const uint32_t | av_bswap32 (uint32_t x) |
byte swapping routines
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_crc_init(), bmp_parse(), bswap_buf(), decode_frame(), dpx_parse(), ea_probe(), ff_decklink_list_formats(), mjpeg_decode_app(), mov_codec_id(), mpegts_write_section(), png_write_chunk(), process_ea_header(), read_header(), vqa_decode_chunk(), wsvqa_read_packet(), and xvag_read_header().
|
static |