Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308375 | Differences between
and this patch

Collapse All | Expand All

(-)arch/MovieTexture/MovieTexture_FFMpeg.cpp.orig (+10 lines)
Lines 101-106 struct AVPixelFormat_t Link Here
101
		  0x001F,
101
		  0x001F,
102
		  0x8000 },
102
		  0x8000 },
103
		avcodec::PIX_FMT_RGB555,
103
		avcodec::PIX_FMT_RGB555,
104
		true,
105
		false
106
	},
107
	{
108
		16,
109
		{ 0xF800,
110
		  0x07E0,
111
		  0x001F,
112
		  0x0000 },
113
		avcodec::PIX_FMT_RGB565,
104
		false,
114
		false,
105
		false
115
		false
106
	},
116
	},

Return to bug 308375