X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=bf6d800eeb0c918c1b535bd2f6bf2c65c0bfa354;hp=997eb481bc57d5ed3fbf491f7b9c2dc7fd44dafc;hb=eb11109d6a074541df9b45be127c70d836bc4872;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f diff --git a/ycbcr_input.h b/ycbcr_input.h index 997eb48..bf6d800 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -5,7 +5,7 @@ // imprecisely, called “YUV”), which is typically what you get from a video decoder. // It upsamples planes as needed, using the default linear upsampling OpenGL gives you. -#include +#include #include #include @@ -14,6 +14,8 @@ #include "image_format.h" #include "input.h" +namespace movit { + class ResourcePool; struct YCbCrFormat { @@ -101,4 +103,6 @@ private: ResourcePool *resource_pool; }; +} // namespace movit + #endif // !defined(_MOVIT_YCBCR_INPUT_H)