X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ycbcr_input.cpp;h=cf6632f2391bcf8fc49afed13b11513dc428b565;hb=bff07c51f937a4fdf005d31ef7e064467db67511;hp=25fb97932129ca0f7bcb804a59ea4b8b3b9de191;hpb=61e2a7671f7b22227dcdc34dd303ae4fcc802aaa;p=movit diff --git a/ycbcr_input.cpp b/ycbcr_input.cpp index 25fb979..cf6632f 100644 --- a/ycbcr_input.cpp +++ b/ycbcr_input.cpp @@ -65,7 +65,6 @@ YCbCrInput::YCbCrInput(const ImageFormat &image_format, unsigned width, unsigned height) : image_format(image_format), ycbcr_format(ycbcr_format), - needs_mipmaps(false), width(width), height(height), resource_pool(NULL) @@ -84,8 +83,6 @@ YCbCrInput::YCbCrInput(const ImageFormat &image_format, heights[2] = height / ycbcr_format.chroma_subsampling_y; pixel_data[0] = pixel_data[1] = pixel_data[2] = NULL; - - register_int("needs_mipmaps", &needs_mipmaps); } YCbCrInput::~YCbCrInput()