mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
riff: Add FLLR tag
This commit is contained in:
parent
802ad73103
commit
8b0329c45d
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ G_BEGIN_DECLS
|
|||
#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')
|
||||
#define GST_RIFF_TAG_FLLR GST_MAKE_FOURCC ('F','L','L','R')
|
||||
|
||||
/* LIST types */
|
||||
#define GST_RIFF_LIST_movi GST_MAKE_FOURCC ('m','o','v','i')
|
||||
|
|
Loading…
Reference in a new issue