mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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
This commit is contained in:
parent
fe768793db
commit
05b50db50a
1 changed files with 3 additions and 2 deletions
|
@ -118,8 +118,9 @@ struct _GstWavParseFormat {
|
|||
#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_VORBIS1 (0x674f)
|
||||
#define GST_RIFF_WAVE_FORMAT_VORBIS2 (0x6750)
|
||||
#define GST_RIFF_WAVE_FORMAT_VORBIS3 (0x6751)
|
||||
|
|
Loading…
Reference in a new issue