summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-01-08 06:53:17 +0000
committerMike Melanson <mike@multimedia.cx>2003-01-08 06:53:17 +0000
commit585f8454cbf9ebff7f2ac1b1e1f4626ffa8025cb (patch)
tree37c711c06d67f0e1745d4789a138cc318f9ab5c8 /src
parent6ed5806276300105c605fca1a1847a103309ab7f (diff)
downloadxine-lib-585f8454cbf9ebff7f2ac1b1e1f4626ffa8025cb.tar.gz
xine-lib-585f8454cbf9ebff7f2ac1b1e1f4626ffa8025cb.tar.bz2
new buffer type for an unusual audio type
CVS patchset: 3820 CVS date: 2003/01/08 06:53:17
Diffstat (limited to 'src')
-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 3e922e808..907b841d1 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.93 2003/01/08 01:02:32 miguelfreitas Exp $
+ * $Id: buffer.h,v 1.94 2003/01/08 06:53:17 tmmm Exp $
*
*
* contents:
@@ -190,6 +190,7 @@ extern "C" {
#define BUF_AUDIO_XA_ADPCM 0x03280000
#define BUF_AUDIO_WESTWOOD 0x03290000
#define BUF_AUDIO_DIALOGIC_IMA 0x032A0000
+#define BUF_AUDIO_NSF 0x032B0000
/* spu buffer types: */