Revision 5b21bdab libavcodec/mjpeg.h
libavcodec/mjpeg.h | ||
---|---|---|
30 | 30 |
* MJPEG encoder and decoder. |
31 | 31 |
*/ |
32 | 32 |
|
33 |
#ifndef MJPEG_H |
|
34 |
#define MJPEG_H |
|
33 |
#ifndef FFMPEG_MJPEG_H
|
|
34 |
#define FFMPEG_MJPEG_H
|
|
35 | 35 |
|
36 | 36 |
#include "avcodec.h" |
37 | 37 |
#include "bitstream.h" |
... | ... | |
153 | 153 |
const uint8_t *bits_table, |
154 | 154 |
const uint8_t *val_table); |
155 | 155 |
|
156 |
#endif /* MJPEG_H */ |
|
156 |
#endif /* FFMPEG_MJPEG_H */ |
Also available in: Unified diff