comparison libmpcodecs/native/RTjpegN.h @ 25867:58ff364dc851

Add multiple inclusion guards.
author diego
date Sun, 27 Jan 2008 23:09:03 +0000
parents cea0eb833758
children 41652035483c
comparison
equal deleted inserted replaced
25866:178006e9ea75 25867:58ff364dc851
18 18
19 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software 20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23
24 #ifndef RTJPEGN_H
25 #define RTJPEGN_H
23 26
24 #define __u8 uint8_t 27 #define __u8 uint8_t
25 #define __u16 uint16_t 28 #define __u16 uint16_t
26 #define __u32 uint32_t 29 #define __u32 uint32_t
27 #define __u64 uint64_t 30 #define __u64 uint64_t
50 extern void RTjpeg_yuv422rgb(__u8 *buf, __u8 *rgb, int stride); 53 extern void RTjpeg_yuv422rgb(__u8 *buf, __u8 *rgb, int stride);
51 extern void RTjpeg_yuvrgb8(__u8 *buf, __u8 *rgb, int stride); 54 extern void RTjpeg_yuvrgb8(__u8 *buf, __u8 *rgb, int stride);
52 extern void RTjpeg_yuvrgb16(__u8 *buf, __u8 *rgb, int stride); 55 extern void RTjpeg_yuvrgb16(__u8 *buf, __u8 *rgb, int stride);
53 extern void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb, int stride); 56 extern void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb, int stride);
54 extern void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb, int stride); 57 extern void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb, int stride);
55
56 58
59 #endif /* RTJPEGN_H */