]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpeg.h
typo fixes
[ffmpeg] / libavcodec / mjpeg.h
index e63b314dea36574cb98d4763b223e3bc966a9646..1916fd0cfca7bf745f15fc5f9725c7405b778afd 100644 (file)
@@ -30,8 +30,8 @@
  * MJPEG encoder and decoder.
  */
 
-#ifndef MJPEG_H
-#define MJPEG_H
+#ifndef FFMPEG_MJPEG_H
+#define FFMPEG_MJPEG_H
 
 #include "avcodec.h"
 #include "bitstream.h"
@@ -153,4 +153,4 @@ void ff_mjpeg_build_huffman_codes(uint8_t *huff_size, uint16_t *huff_code,
                                   const uint8_t *bits_table,
                                   const uint8_t *val_table);
 
-#endif /* MJPEG_H */
+#endif /* FFMPEG_MJPEG_H */