comparison bswap.h @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 133d2867d4b2
children e8c3884f2c7e
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
1 /**
2 * @file bswap.h
3 * byte swap.
4 */
5
1 #ifndef __BSWAP_H__ 6 #ifndef __BSWAP_H__
2 #define __BSWAP_H__ 7 #define __BSWAP_H__
3 8
4 #ifdef HAVE_BYTESWAP_H 9 #ifdef HAVE_BYTESWAP_H
5 #include <byteswap.h> 10 #include <byteswap.h>