FFmpeg
|
#include <stdint.h>
#include "config.h"
Go to the source code of this file.
Macros | |
#define | AV_RB64(p) (*(const uint64_t *)(p)) |
#define | AV_WB64(p, v) (*(uint64_t *)(p) = (v)) |
#define AV_RB64 | ( | p | ) | (*(const uint64_t *)(p)) |
Definition at line 105 of file intreadwrite.h.
Definition at line 106 of file intreadwrite.h.