summaryrefslogtreecommitdiffstats
path: root/mpbswap.h
blob: 70d7d20e30e5258d892efb34cbf299f799f059ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MPLAYER_MPBSWAP_H
#define MPLAYER_MPBSWAP_H

#include <sys/types.h>
#include "libavutil/bswap.h"
#include "config.h"

#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif

#endif /* MPLAYER_MPBSWAP_H */