view mpbswap.h @ 25102:55d8b87b62da

Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.
author ulion
date Wed, 21 Nov 2007 09:41: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 */