summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/riff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2003-01-19 01:53:34 +0000
committerWim Taymans <wim.taymans@gmail.com>2003-01-19 01:53:34 +0000
commit6f05d9c39484d3753c6f94502e72023a51a9064a (patch)
treecec2e6331f6a3d3a6c52126ae053005cf7c097a4 /gst-libs/gst/riff
parent93e232a4f4eae924533319fcb1ef9a144d71f212 (diff)
downloadgst-plugins-bad-6f05d9c39484d3753c6f94502e72023a51a9064a.tar.gz
gst-plugins-bad-6f05d9c39484d3753c6f94502e72023a51a9064a.tar.bz2
gst-plugins-bad-6f05d9c39484d3753c6f94502e72023a51a9064a.zip
Hmm, forgot to commit this crucial define..
Original commit message from CVS: Hmm, forgot to commit this crucial define..
Diffstat (limited to 'gst-libs/gst/riff')
-rw-r--r--gst-libs/gst/riff/riff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff.h b/gst-libs/gst/riff/riff.h
index 87ebdacf..8d897251 100644
--- a/gst-libs/gst/riff/riff.h
+++ b/gst-libs/gst/riff/riff.h
@@ -288,6 +288,7 @@ struct _gst_riff_strf_auds { /* == WaveHeader (?) */
#define GST_RIFF_IBM_FORMAT_ADPCM (0x0103)
#define GST_RIFF_WAVE_FORMAT_DIVX (0x0160)
#define GST_RIFF_WAVE_FORMAT_divx (0x0161)
+#define GST_RIFF_WAVE_FORMAT_A52 (0x2000)
#define GST_RIFF_WAVE_FORMAT_VORBIS1 (0x674f)
#define GST_RIFF_WAVE_FORMAT_VORBIS2 (0x6750)
#define GST_RIFF_WAVE_FORMAT_VORBIS3 (0x6751)