From 4e04f8599da794a5ab150e4301ecdbd058067e4d Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 27 Oct 2002 18:08:43 +0000 Subject: Add ogg/vorbis support for avi files Original commit message from CVS: Add ogg/vorbis support for avi files --- gst-libs/gst/riff/riff.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gst-libs') diff --git a/gst-libs/gst/riff/riff.h b/gst-libs/gst/riff/riff.h index 6ca138ce..7dd4b91b 100644 --- a/gst-libs/gst/riff/riff.h +++ b/gst-libs/gst/riff/riff.h @@ -287,6 +287,12 @@ 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_VORBIS1 (0x674f) +#define GST_RIFF_WAVE_FORMAT_VORBIS2 (0x6750) +#define GST_RIFF_WAVE_FORMAT_VORBIS3 (0x6751) +#define GST_RIFF_WAVE_FORMAT_VORBIS1PLUS (0x676f) +#define GST_RIFF_WAVE_FORMAT_VORBIS2PLUS (0x6770) +#define GST_RIFF_WAVE_FORMAT_VORBIS3PLUS (0x6771) guint16 channels; guint32 rate; guint32 av_bps; -- cgit v1.2.1