summaryrefslogtreecommitdiff
path: root/src/bitwise.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2010-03-21 23:15:46 +0000
committerMonty <xiphmont@xiph.org>2010-03-21 23:15:46 +0000
commita4c417e59de4dbb3c4c76dfe940cce84052adade (patch)
treec7ebe513b45c31741a686edc706db4a421336b2d /src/bitwise.c
parent06642077844f0219c8f8a651fffb39373d40cf9e (diff)
downloadogg-a4c417e59de4dbb3c4c76dfe940cce84052adade.tar.gz
Modify default page flushing behavior;
1) Don't unneccessarily span pages. 2) Unless necessary, don't flush pages if there are less than four packets on them; this expands page size to reduce unneccessary overhead if incoming packets are large. git-svn-id: http://svn.xiph.org/trunk/ogg@16993 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src/bitwise.c')
-rw-r--r--src/bitwise.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitwise.c b/src/bitwise.c
index 5f9ab0c..33d0e24 100644
--- a/src/bitwise.c
+++ b/src/bitwise.c
@@ -1,11 +1,11 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE Ogg CONTAINER SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 *
* by the Xiph.Org Foundation http://www.xiph.org/ *
* *
********************************************************************