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

(-)a/vcut/vcut.c (-1 / +1 lines)
Lines 178-184 Link Here
178
	for(i=0;i<4;i++)
178
	for(i=0;i<4;i++)
179
	{
179
	{
180
		ogg_packet p;
180
		ogg_packet p;
181
		if(i < 4)  /* a header packet */
181
		if(i < 3)  /* a header packet */
182
		{
182
		{
183
			p.bytes = vs->headers[i].length;
183
			p.bytes = vs->headers[i].length;
184
			p.packet = vs->headers[i].packet;
184
			p.packet = vs->headers[i].packet;

Return to bug 541852