summaryrefslogtreecommitdiffstats
path: root/mpbswap.h
blob: 4171539cda692b1e1fc77bfc475bbf8979fb0701 (plain)
1
2
3
4
5
6
7
8
9
#ifndef MPBSWAP_H
#define MPBSWAP_H

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

#endif /* MPBSWAP_H */