diff mpbswap.h @ 23638:a81e246e3b38

Make sure we always have a swab() prototype when we use it, even if we use our osdep/swab.c emulation
author reimar
date Sun, 24 Jun 2007 15:25:32 +0000
parents 866175d9c61b
children 2606b8c645de
line wrap: on
line diff
--- a/mpbswap.h	Sun Jun 24 14:54:56 2007 +0000
+++ b/mpbswap.h	Sun Jun 24 15:25:32 2007 +0000
@@ -2,5 +2,6 @@
 #define MPBSWAP_H
 
 #include "libavutil/bswap.h"
+void swab(const void *from, void *to, ssize_t n);
 
 #endif /* MPBSWAP_H */