summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rl.h')
-rw-r--r--libavcodec/rl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index bb7a7ee779..ecea2c8911 100644
--- a/libavcodec/rl.h
+++ b/libavcodec/rl.h
@@ -24,8 +24,8 @@
* rl header.
*/
-#ifndef AVCODEC_RL_H
-#define AVCODEC_RL_H
+#ifndef FFMPEG_RL_H
+#define FFMPEG_RL_H
#include <stdint.h>
#include "bitstream.h"
@@ -64,4 +64,4 @@ static inline int get_rl_index(const RLTable *rl, int last, int run, int level)
return index + level - 1;
}
-#endif
+#endif /* FFMPEG_RL_H */