riff: add a variant of the JUNK tag that several adobe products produce
authorStefan Kost <ensonic@users.sf.net>
Mon, 1 Feb 2010 11:50:14 +0000 (13:50 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 12 Feb 2010 12:21:11 +0000 (14:21 +0200)
JUNQ has same semantics as JUNK.

gst-libs/gst/riff/riff-ids.h

index e973b61..3d5c6f1 100644 (file)
@@ -43,6 +43,7 @@ G_BEGIN_DECLS
 #define GST_RIFF_TAG_strf GST_MAKE_FOURCC ('s','t','r','f')
 #define GST_RIFF_TAG_vedt GST_MAKE_FOURCC ('v','e','d','t')
 #define GST_RIFF_TAG_JUNK GST_MAKE_FOURCC ('J','U','N','K')
+#define GST_RIFF_TAG_JUNQ GST_MAKE_FOURCC ('J','U','N','Q')
 #define GST_RIFF_TAG_idx1 GST_MAKE_FOURCC ('i','d','x','1')
 #define GST_RIFF_TAG_dmlh GST_MAKE_FOURCC ('d','m','l','h')
 /* WAV stuff */