MythTV  master
Macros
bytereader.cpp File Reference
#include "bytereader.h"
#include "libavutil/intreadwrite.h"
Include dependency graph for bytereader.cpp:

Go to the source code of this file.

Macros

#define AV_RB32(x)
 

Macro Definition Documentation

◆ AV_RB32

#define AV_RB32 (   x)
Value:
(((uint32_t)((const uint8_t*)(x))[0] << 24) | \
(((const uint8_t*)(x))[1] << 16) | \
(((const uint8_t*)(x))[2] << 8) | \
((const uint8_t*)(x))[3])

Definition at line 27 of file bytereader.cpp.