Index: xbmc/lib/cximage-6.0/CxImage/ximajpg.cpp =================================================================== --- xbmc/lib/cximage-6.0/CxImage/ximajpg.cpp (revision 25761) +++ xbmc/lib/cximage-6.0/CxImage/ximajpg.cpp (working copy) @@ -220,6 +220,7 @@ // Set the scale cinfo.scale_denom = GetJpegScale(); + cinfo.scale_num = 1; // Borrowed the idea from GIF implementation if (info.nEscape == -1) {