view mpbswap.h @ 27124:aa20485bbf35

r24790: Disable channel scanner when no tuner is present. r24892: move errors and a warning to help_mp-en.h
author kraymer
date Sun, 29 Jun 2008 11:32:12 +0000
parents 0d255d03016f
children c1a3f1bbba26
line wrap: on
line source

#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 */