X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=image_format.h;h=3766235db670f3437d427d52e851597e2190c424;hp=90f60347807faa1aa80035e7e34a6c81f20d92bc;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd diff --git a/image_format.h b/image_format.h index 90f6034..3766235 100644 --- a/image_format.h +++ b/image_format.h @@ -1,5 +1,5 @@ -#ifndef _IMAGE_FORMAT_H -#define _IMAGE_FORMAT_H 1 +#ifndef _MOVIT_IMAGE_FORMAT_H +#define _MOVIT_IMAGE_FORMAT_H 1 enum MovitPixelFormat { FORMAT_RGB, @@ -38,4 +38,4 @@ struct ImageFormat { GammaCurve gamma_curve; }; -#endif // !defined(_IMAGE_FORMAT_H) +#endif // !defined(_MOVIT_IMAGE_FORMAT_H)