view mpbswap.h @ 25212:ca7a751f5481

Use proper type for vidix_preinit parameter instead of void *
author reimar
date Sun, 02 Dec 2007 13:37:15 +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 */