view mpbswap.h @ 25365:b57179296e5a

Only print one track info when exactly seeking to the beginning of a track.
author ulion
date Fri, 14 Dec 2007 15:39:46 +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 */