summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorEwald Snel <esnel@users.sourceforge.net>2003-05-06 15:20:13 +0000
committerEwald Snel <esnel@users.sourceforge.net>2003-05-06 15:20:13 +0000
commitd3106dafaaac011737fcd0934bc183f6e66455f9 (patch)
tree4d737617407c977c52e89ebd5f34749396c9cae9 /src/xine-engine
parent8d22b2772ca4d80aa8e98e9029def1f92417c766 (diff)
downloadxine-lib-d3106dafaaac011737fcd0934bc183f6e66455f9.tar.gz
xine-lib-d3106dafaaac011737fcd0934bc183f6e66455f9.tar.bz2
CDDA demux plugin build fix and enable Real 28.8 format
(currently porting native 14k4 and 28k8 decoders) CVS patchset: 4781 CVS date: 2003/05/06 15:20:13
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/buffer_types.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 0dc2f4c4e..7da091ae3 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -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_types.c,v 1.60 2003/05/01 21:25:15 hadess Exp $
+ * $Id: buffer_types.c,v 1.61 2003/05/06 15:20:14 esnel Exp $
*
*
* contents:
@@ -842,6 +842,14 @@ static audio_db_t audio_db[] = {
BUF_AUDIO_DV,
"DV Audio"
},
+{
+ {
+ meFOURCC('2', '8', '_', '8'),
+ 0
+ },
+ BUF_AUDIO_28_8,
+ "Real 28.8"
+},
{ { 0 }, 0, "last entry" }
};