view mpbswap.h @ 25088:554bbb45a2f2

Replace several parameters for get_available_formats_stream and get_available_formats_pin with one chain structure.
author voroshil
date Tue, 20 Nov 2007 09:02:43 +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 */