From 5a3704a4f0a1aaae2587f2c34fcf1ec0d2298c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Thu, 13 May 2004 11:32:38 +0000 Subject: [PATCH] gst-libs/gst/riff/riff-ids.h: - add CDXA to the list of RIFF types Original commit message from CVS: * gst-libs/gst/riff/riff-ids.h : - add CDXA to the list of RIFF types - add plst (playlist ?) to wav chunk list (only diff with wavparse/riff.h) --- gst/auparse/gstauparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 8b028be9c4..5e16d3e4a7 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -282,7 +282,7 @@ Samples : case 17: /* AU_ENCODING_MULAW_SQUELCH */ case 18: /* 16-bit linear with emphasis */ - case 19: /* 16-bit linear compressed (NEXT) */ + case 19: /* 16-bit linear compressed (NeXT) */ case 20: /* 16-bit linear with emphasis and compression */ case 21: /* Music kit DSP commands */