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

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

#endif /* MPLAYER_MPBSWAP_H */