view mpbswap.h @ 24815:c10db72e1afc

Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow on darwin. This bug will cause osd stuck on darwin.
author ulion
date Tue, 23 Oct 2007 00:06:08 +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 */