diff -uNr libxine-1.1.21_/src/combined/ffmpeg/ff_video_decoder.c libxine-1.1.21/src/combined/ffmpeg/ff_video_decoder.c --- libxine-1.1.21_/src/combined/ffmpeg/ff_video_decoder.c 2013-03-03 10:18:47.036135922 +0200 +++ libxine-1.1.21/src/combined/ffmpeg/ff_video_decoder.c 2013-03-03 14:19:04.180278889 +0200 @@ -505,7 +505,7 @@ 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);