AV_RB32 77 libavutil/intreadwrite.h # define AV_RB32(x) AV_RN32(x) AV_RB32 95 libavutil/intreadwrite.h # define AV_RB32(x) bswap_32(AV_RN32(x)) AV_RB32 119 libavutil/intreadwrite.h #define AV_RB32(x) ((((const uint8_t*)(x))[0] << 24) | \