if(this->pp_available && this->pp_quality) {
if(!this->our_context && this->context)
this->our_context = pp_get_context(this->context->width, this->context->height,
this->our_context = pp_get_context(this->context->width+this->context->width/10, this->context->height+this->context->height/10,
this->pp_flags);
if(this->our_mode)
pp_free_mode(this->our_mode);