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_indx.c (-2 lines)
Lines 142-149 Link Here
142
	quicktime_read_int32_le(file);
142
	quicktime_read_int32_le(file);
143
143
144
144
145
	file->is_odml = 1;
146
147
//printf("quicktime_read_indx 1\n");
145
//printf("quicktime_read_indx 1\n");
148
/* Read indx entries */
146
/* Read indx entries */
149
	indx->table = calloc(indx->table_size, sizeof(quicktime_indxtable_t));
147
	indx->table = calloc(indx->table_size, sizeof(quicktime_indxtable_t));

Return to bug 82313