summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r--libavcodec/vp56.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index 22fd83d0bf..0bfd13a216 100644
--- a/libavcodec/vp56.h
+++ b/libavcodec/vp56.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef VP56_H
-#define VP56_H
+#ifndef FFMPEG_VP56_H
+#define FFMPEG_VP56_H
#include "vp56data.h"
#include "dsputil.h"
@@ -265,4 +265,4 @@ static inline int vp56_rac_get_tree(vp56_range_coder_t *c,
return -tree->val;
}
-#endif /* VP56_H */
+#endif /* FFMPEG_VP56_H */