summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-11-16 14:29:29 +0000
committerMike Melanson <mike@multimedia.cx>2003-11-16 14:29:29 +0000
commit46d409818933a141e01af64a296942ab15a514eb (patch)
treee6fc17d51db9b21796b1d967dfad9c7758db9a85
parentcb386fa3919c13f41c3eaaf3757323edd907f7ef (diff)
downloadxine-lib-46d409818933a141e01af64a296942ab15a514eb.tar.gz
xine-lib-46d409818933a141e01af64a296942ab15a514eb.tar.bz2
buffer type for 4X ADPCM
CVS patchset: 5746 CVS date: 2003/11/16 14:29:29
-rw-r--r--src/xine-engine/buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 3ea47375b..da6d522df 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.124 2003/11/15 14:54:31 miguelfreitas Exp $
+ * $Id: buffer.h,v 1.125 2003/11/16 14:29:29 tmmm Exp $
*
*
* contents:
@@ -211,6 +211,7 @@ extern "C" {
#define BUF_AUDIO_WMAV 0x032E0000
#define BUF_AUDIO_SPEEX 0x032F0000
#define BUF_AUDIO_RAWPCM 0x03300000
+#define BUF_AUDIO_4X_ADPCM 0x03310000
/* spu buffer types: */