X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=2466eedf0307beb7e6f613ea9695cef740d20437;hp=997eb481bc57d5ed3fbf491f7b9c2dc7fd44dafc;hb=6cb5e1fe7bc64c156da45b7646e2e52bf473e253;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f diff --git a/ycbcr_input.h b/ycbcr_input.h index 997eb48..2466eed 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -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)