Am Sonntag, 14. Mai 2006 16:11 schrieb [EMAIL PROTECTED]: > + if ((fhdr->id) == cpu_to_be16(0x8001)) { > + unsigned char marker[] = { 0x00, 0xff, 0x00, 0xFF }; > + RingQueue_Enqueue(&uvd->dp, marker, 4); > + totaldata += 4; > + continue; > + }
Again, don't build data structures on the stack you can easily declare statically. Regards Oliver