Revision 5b21bdab libavcodec/jpegls.h
libavcodec/jpegls.h | ||
---|---|---|
25 | 25 |
* JPEG-LS common code. |
26 | 26 |
*/ |
27 | 27 |
|
28 |
#ifndef JPEGLS_H |
|
29 |
#define JPEGLS_H |
|
28 |
#ifndef FFMPEG_JPEGLS_H
|
|
29 |
#define FFMPEG_JPEGLS_H
|
|
30 | 30 |
|
31 | 31 |
#include "avcodec.h" |
32 | 32 |
|
... | ... | |
108 | 108 |
#define R(a, i ) (bits == 8 ? ((uint8_t*)(a))[i] : ((uint16_t*)(a))[i] ) |
109 | 109 |
#define W(a, i, v) (bits == 8 ? (((uint8_t*)(a))[i]=v) : (((uint16_t*)(a))[i]=v)) |
110 | 110 |
|
111 |
#endif /* JPEGLS_H */ |
|
111 |
#endif /* FFMPEG_JPEGLS_H */ |
Also available in: Unified diff