view mpbswap.h @ 24601:e445ce1c6ec1

BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to _arch_all
author reimar
date Wed, 26 Sep 2007 21:31:07 +0000
parents 2606b8c645de
children 4129c8cfa742
line wrap: on
line source

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