summaryrefslogtreecommitdiffstats
path: root/mpbswap.h
blob: 03ef0c387bb7b11d073066ecda06be2fdb71b9a7 (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 "config.h"
#include "libavutil/bswap.h"

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

#endif /* MPLAYER_MPBSWAP_H */