view mpbswap.h @ 24447:c6253f3b5f47

Do not ignore last chunk in .tmf files, it will cause part of the file to be missing during playback.
author reimar
date Fri, 14 Sep 2007 16:04:12 +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 */