view mpbswap.h @ 26052:ce480034f391

Do not use a global temps variable, this is ugly and does not compile with ICC. Place them on the stack instead.
author reimar
date Sun, 24 Feb 2008 11:39:35 +0000
parents 4129c8cfa742
children 83c95bd31aab
line wrap: on
line source

#ifndef MPLAYER_MPBSWAP_H
#define MPLAYER_MPBSWAP_H

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

#endif /* MPLAYER_MPBSWAP_H */