]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rle.h
cosmetics: whitespaces, empty lines
[ffmpeg] / libavcodec / rle.h
index 15252c85d0ea5ba9eaba06b5d8b53aa82ce126a9..f892443266f270b303bc8ea9153e0bc71390daab 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef RLE_H
-#define 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 /* RLE_H */
+#endif /* AVCODEC_RLE_H */