view mpbswap.h @ 24890:a54a25221b79

Remove some pointless 'inline' qualifiers Most of these functions aren't even used in the same translation unit.
author uau
date Thu, 01 Nov 2007 06:52:10 +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 */