[Asterisk-video] Question to H223MuxSDU::Pop()

Michael (qq12345) qq12345 at web.de
Mon Feb 25 11:07:56 CST 2008


Hi Sergio,

in the method below, the construct with the 0-Pointer, I have never
seen and it looks strange for me.
Is that intended? Would you like to shed some light on this?

BYTE H223MuxSDU::Pop()
{
	if(ini>=end)
		*((BYTE*)0)=0;
	//Exit
	return buffer[ini++];
} 


Thanks,
Michael





More information about the asterisk-video mailing list