#ifndef MPBSWAP_H #define MPBSWAP_H #include "libavutil/bswap.h" void swab(const void *from, void *to, ssize_t n); #endif /* MPBSWAP_H */