]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rle.h
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
[ffmpeg] / libavcodec / rle.h
index 14d07084f62573c24629ae741cb07738488d33aa..f892443266f270b303bc8ea9153e0bc71390daab 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_RLE_H
-#define FFMPEG_RLE_H
+#ifndef AVCODEC_RLE_H
+#define AVCODEC_RLE_H
 
 #include <stdint.h>
 
@@ -36,4 +36,4 @@
 int ff_rle_encode(uint8_t *outbuf, int out_size, const uint8_t *inbuf, int bpp, int w,
                   int add_rep, int xor_rep, int add_raw, int xor_raw);
 
-#endif /* FFMPEG_RLE_H */
+#endif /* AVCODEC_RLE_H */