[Live-devel] currentNALUnitEndsAccessUnit()

#TAY KOON HWEE# TAYK0004 at ntu.edu.sg
Wed Jan 3 08:39:22 PST 2007


Hi guys,
 
after reading more ont he encoder, I discovered that NAL unit of type 11 will declare end of stream. Is it the one which the currentNALUnitEndsAccessUnit will check?
If the NAL unit that is read from the file or buffer belongs to this type, then return false, else retun true?
 
// Is this correct?
int currentNALUnitEndsAccessUnit()
{
 if(nal_type ==11)
return 1;
else
return 0;
}
 
Many thanks once again.
 
zkunhui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20070103/16379da8/attachment.html 


More information about the live-devel mailing list