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

Collapse All | Expand All

(-)quicktime/avi_riff.c (-2 / +2 lines)
Lines 204-211 Link Here
204
	
204
	
205
	if(idx1->table_size > 1)
205
	if(idx1->table_size > 1)
206
	{
206
	{
207
		if((idx1->table[0].offset < first_riff->movi.atom.start ||
207
		if((idx1->table[0].offset < first_riff->movi.atom.start + 4 ||
208
        		idx1->table[1].offset < first_riff->movi.atom.start) && 
208
        		idx1->table[1].offset < first_riff->movi.atom.start + 4) && 
209
        	!file->is_odml)
209
        	!file->is_odml)
210
        	index_format = 1;
210
        	index_format = 1;
211
    	else 
211
    	else 

Return to bug 82313