View | Details | Raw Unified | Return to bug 27505
Collapse All | Expand All

(-)libxine-1.1.21_/src/combined/ffmpeg/ff_video_decoder.c (-1 / +1 lines)
Lines 505-511 Link Here
505
505
506
  if(this->pp_available && this->pp_quality) {
506
  if(this->pp_available && this->pp_quality) {
507
    if(!this->our_context && this->context)
507
    if(!this->our_context && this->context)
508
      this->our_context = pp_get_context(this->context->width, this->context->height,
508
      this->our_context = pp_get_context(this->context->width+this->context->width/10, this->context->height+this->context->height/10,
509
                                        this->pp_flags);
509
                                        this->pp_flags);
510
    if(this->our_mode)
510
    if(this->our_mode)
511
      pp_free_mode(this->our_mode);
511
      pp_free_mode(this->our_mode);

Return to bug 27505