view mpbswap.h @ 24335:37ff71292bda

r24294: suboption consistency, add fixme document -vivo suboptions r24301: replace deleted line r24310: Support for selecting language via packet 28. r24329: manpage fix: escape '\' in -vf geq description r24349: Support lowdelay flag
author voroshil
date Thu, 06 Sep 2007 20:18:38 +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 */