summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2004-02-04 23:24:27 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2004-02-04 23:24:27 +0000
commite3764d8a23c3c0592e11dea9d17c168789f3c420 (patch)
tree4d4c6cb099099bf785bc3db00758a7c0881c35cf /src
parent8ebd21dcc0ca961673a5530b35514a7c2b585d0d (diff)
downloadxine-lib-e3764d8a23c3c0592e11dea9d17c168789f3c420.tar.gz
xine-lib-e3764d8a23c3c0592e11dea9d17c168789f3c420.tar.bz2
Correct comment about BUF_FLAG_SPECIAL
CVS patchset: 6117 CVS date: 2004/02/04 23:24:27
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 6df2a0ad5..aa3c960c2 100644
--- a/src/xine-engine/buffer.h
+++ b/src/xine-engine/buffer.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: buffer.h,v 1.132 2004/02/02 22:22:52 manfredtremmel Exp $
+ * $Id: buffer.h,v 1.133 2004/02/04 23:24:27 jstembridge Exp $
*
*
* contents:
@@ -340,7 +340,7 @@ struct buf_element_s {
*
* The interface was designed in a way that did not require an API
* version bump. To send a special buffer type, set a buffer's flags field
- * to BUF_SPECIAL_PALETTE. Set the buffer's decoder_info[1] field to a
+ * to BUF_FLAG_SPECIAL. Set the buffer's decoder_info[1] field to a
* number according to one of the special buffer subtypes defined below.
* The second and third decoder_info[] fields are defined according to
* your buffer type's requirements.