view mpbswap.h @ 26132:b6280829f7f8

Fix ffvorbis decoder's output channel order with channel reordering function.
author ulion
date Wed, 05 Mar 2008 02:46:50 +0000
parents 83c95bd31aab
children 131359221d72
line wrap: on
line source

#ifndef MPLAYER_MPBSWAP_H
#define MPLAYER_MPBSWAP_H

#include <sys/types.h>
#include "libavutil/bswap.h"
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif

#endif /* MPLAYER_MPBSWAP_H */