view mpbswap.h @ 24060:1a34d8115a84

Move setting of res_comment for internal dvdread to a more sensible place. Now it will get set even if the dvdread check is skipped.
author diego
date Thu, 16 Aug 2007 14:12:58 +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 */