Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300909
Collapse All | Expand All

(-)xbmc/lib/cximage-6.0/CxImage/ximajpg.cpp (+1 lines)
Lines 220-225 Link Here
220
220
221
	// Set the scale <ignacio>
221
	// Set the scale <ignacio>
222
	cinfo.scale_denom = GetJpegScale();
222
	cinfo.scale_denom = GetJpegScale();
223
	cinfo.scale_num = 1;
223
224
224
	// Borrowed the idea from GIF implementation <ignacio>
225
	// Borrowed the idea from GIF implementation <ignacio>
225
	if (info.nEscape == -1) {
226
	if (info.nEscape == -1) {

Return to bug 300909