X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ycbcr_input.h;h=2466eedf0307beb7e6f613ea9695cef740d20437;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hp=997eb481bc57d5ed3fbf491f7b9c2dc7fd44dafc;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b;p=movit 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)