mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
* MJPEG decoder.
|
||||
*/
|
||||
|
||||
#ifndef MJPEGDEC_H
|
||||
#define MJPEGDEC_H
|
||||
#ifndef FFMPEG_MJPEGDEC_H
|
||||
#define FFMPEG_MJPEGDEC_H
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "bitstream.h"
|
||||
@@ -109,4 +109,4 @@ int ff_mjpeg_decode_dht(MJpegDecodeContext *s);
|
||||
int ff_mjpeg_decode_sof(MJpegDecodeContext *s);
|
||||
int ff_mjpeg_decode_sos(MJpegDecodeContext *s);
|
||||
|
||||
#endif /* MJPEGDEC_H */
|
||||
#endif /* FFMPEG_MJPEGDEC_H */
|
||||
|
||||
Reference in New Issue
Block a user