comparison mjpeg.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 470601203f44
children 7a73d76aaaa0
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
28 /** 28 /**
29 * @file mjpeg.h 29 * @file mjpeg.h
30 * MJPEG encoder and decoder. 30 * MJPEG encoder and decoder.
31 */ 31 */
32 32
33 #ifndef MJPEG_H 33 #ifndef FFMPEG_MJPEG_H
34 #define MJPEG_H 34 #define FFMPEG_MJPEG_H
35 35
36 #include "avcodec.h" 36 #include "avcodec.h"
37 #include "bitstream.h" 37 #include "bitstream.h"
38 38
39 39
151 151
152 void ff_mjpeg_build_huffman_codes(uint8_t *huff_size, uint16_t *huff_code, 152 void ff_mjpeg_build_huffman_codes(uint8_t *huff_size, uint16_t *huff_code,
153 const uint8_t *bits_table, 153 const uint8_t *bits_table,
154 const uint8_t *val_table); 154 const uint8_t *val_table);
155 155
156 #endif /* MJPEG_H */ 156 #endif /* FFMPEG_MJPEG_H */