diff options
author | Owen Fraser-Green <owen@discobabe.net> | 2003-01-31 23:06:18 +0000 |
---|---|---|
committer | Owen Fraser-Green <owen@discobabe.net> | 2003-01-31 23:06:18 +0000 |
commit | e083ac1e32360a516b09d330b1f576a88b39bfa9 (patch) | |
tree | 02b7a0366840fba192b3587bbee59e59c0f9f109 /gst-libs | |
parent | 7d818076ff6a5891843cb491857ae19570fe1fc9 (diff) | |
download | gst-plugins-bad-e083ac1e32360a516b09d330b1f576a88b39bfa9.tar.gz gst-plugins-bad-e083ac1e32360a516b09d330b1f576a88b39bfa9.tar.bz2 gst-plugins-bad-e083ac1e32360a516b09d330b1f576a88b39bfa9.zip |
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
Original commit message from CVS:
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/riff/riff.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/riff/riff.h b/gst-libs/gst/riff/riff.h index 33d1b4dc..4792c5ed 100644 --- a/gst-libs/gst/riff/riff.h +++ b/gst-libs/gst/riff/riff.h @@ -313,8 +313,9 @@ struct _gst_riff_strf_auds { /* == WaveHeader (?) */ #define GST_RIFF_IBM_FORMAT_MULAW (0x0101) #define GST_RIFF_IBM_FORMAT_ALAW (0x0102) #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_DIVX_WMAV1 (0x0160) +#define GST_RIFF_WAVE_FORMAT_DIVX_WMAV2 (0x0161) +#define GST_RIFF_WAVE_FORMAT_WMAV9 (0x0162) #define GST_RIFF_WAVE_FORMAT_A52 (0x2000) #define GST_RIFF_WAVE_FORMAT_VORBIS1 (0x674f) #define GST_RIFF_WAVE_FORMAT_VORBIS2 (0x6750) |