view mpbswap.h @ 25764:7d2685c7d688

Fix warning: vo_directfb2.c:553: warning: passing argument 2 of ¡Ædfb->EnumVideoModes¡Ç from incompatible pointer type
author reimar
date Sat, 19 Jan 2008 11:25:41 +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 */