Revision 5b21bdab libavcodec/mjpegdec.h
libavcodec/mjpegdec.h | ||
---|---|---|
26 | 26 |
* MJPEG decoder. |
27 | 27 |
*/ |
28 | 28 |
|
29 |
#ifndef MJPEGDEC_H |
|
30 |
#define MJPEGDEC_H |
|
29 |
#ifndef FFMPEG_MJPEGDEC_H
|
|
30 |
#define FFMPEG_MJPEGDEC_H
|
|
31 | 31 |
|
32 | 32 |
#include "avcodec.h" |
33 | 33 |
#include "bitstream.h" |
... | ... | |
109 | 109 |
int ff_mjpeg_decode_sof(MJpegDecodeContext *s); |
110 | 110 |
int ff_mjpeg_decode_sos(MJpegDecodeContext *s); |
111 | 111 |
|
112 |
#endif /* MJPEGDEC_H */ |
|
112 |
#endif /* FFMPEG_MJPEGDEC_H */ |
Also available in: Unified diff