mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
riff: add two chunk-ids for samples instruments
Wav files can have 'smpl' and 'inst' chunks.
This commit is contained in:
parent
213596cc85
commit
bc8213e21e
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ G_BEGIN_DECLS
|
||||||
#define GST_RIFF_TAG_acid GST_MAKE_FOURCC ('a','c','i','d')
|
#define GST_RIFF_TAG_acid GST_MAKE_FOURCC ('a','c','i','d')
|
||||||
#define GST_RIFF_TAG_labl GST_MAKE_FOURCC ('l','a','b','l')
|
#define GST_RIFF_TAG_labl GST_MAKE_FOURCC ('l','a','b','l')
|
||||||
#define GST_RIFF_TAG_note GST_MAKE_FOURCC ('n','o','t','e')
|
#define GST_RIFF_TAG_note GST_MAKE_FOURCC ('n','o','t','e')
|
||||||
|
#define GST_RIFF_TAG_smpl GST_MAKE_FOURCC ('s','m','p','l')
|
||||||
|
#define GST_RIFF_TAG_inst GST_MAKE_FOURCC ('i','n','s','t')
|
||||||
|
|
||||||
/* LIST types */
|
/* LIST types */
|
||||||
#define GST_RIFF_LIST_movi GST_MAKE_FOURCC ('m','o','v','i')
|
#define GST_RIFF_LIST_movi GST_MAKE_FOURCC ('m','o','v','i')
|
||||||
|
|
Loading…
Reference in a new issue