mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Hmm, forgot to commit this crucial define..
Original commit message from CVS: Hmm, forgot to commit this crucial define..
This commit is contained in:
parent
c656c4cb28
commit
dd96efe6f1
2 changed files with 2 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 895baa0fa0f829ef752424a31bbb2cf68e63842e
|
||||
Subproject commit bbd74e96ef37a7d437930f85f939a6a7d36dd012
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue