aboutsummaryrefslogtreecommitdiffstats
path: root/include/jitterbuf.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu ↵kpfleming1-2/+2
Intrepid, so all developers will see the same warnings and errors since this branch already had some printf format attributes, enable checking for them and tag functions that didn't have them format attributes in a consistent way git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@159808 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Clean up a few things in the last commit to the adaptive jitterbuffer code.russell1-2/+1
- Specifically indicate to the compiler that the "dropem" variable only needs one but. - Change formatting to conform to coding guidelines. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52506 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-29Fixed problem with jitterbuf, whereas it would not complain about, andjdixon1-0/+1
would allow itself to be overfilled (per the max_jitterbuf parameter). Now it rejects any data over and above that size, and complains about it. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52494 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19move this header to include where it belongskpfleming1-0/+162
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43298 f38db490-d61c-443f-a65b-d21fe96a405b