X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resize_effect.h;h=774f510de592aedc4e0ae1991916629d62c64842;hp=3cb40e3344d7703180e90e8d2352a73df876e87a;hb=5b1ec775a021f215307fc63e8df54bb1109aeb58;hpb=7af4d1b54ba141fdb74cd13ddc6110708855d157 diff --git a/resize_effect.h b/resize_effect.h index 3cb40e3..774f510 100644 --- a/resize_effect.h +++ b/resize_effect.h @@ -1,10 +1,12 @@ -#ifndef _RESIZE_EFFECT_H -#define _RESIZE_EFFECT_H 1 +#ifndef _MOVIT_RESIZE_EFFECT_H +#define _MOVIT_RESIZE_EFFECT_H 1 // An effect that simply resizes the picture to a given output size // (set by the two integer parameters "width" and "height"). // Mostly useful as part of other algorithms. +#include + #include "effect.h" class ResizeEffect : public Effect { @@ -26,4 +28,4 @@ private: int width, height; }; -#endif // !defined(_RESIZE_EFFECT_H) +#endif // !defined(_MOVIT_RESIZE_EFFECT_H)