summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-02-01 13:50:14 +0200
committerStefan Kost <ensonic@users.sf.net>2010-02-12 14:21:11 +0200
commit9334069fd21cfe5fde0cf2c36ff3635f3a46c21b (patch)
treee788fd9aff36e0e354f6f271c829ba7f94e53f6c
parentc94356ad9bdd3e873413fd1476eb0e1d479bb8df (diff)
riff: add a variant of the JUNK tag that several adobe products produce
JUNQ has same semantics as JUNK.
-rw-r--r--gst-libs/gst/riff/riff-ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff-ids.h b/gst-libs/gst/riff/riff-ids.h
index e973b619..3d5c6f15 100644
--- a/gst-libs/gst/riff/riff-ids.h
+++ b/gst-libs/gst/riff/riff-ids.h
@@ -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 */