summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux_fourcc.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-06-20 08:26:21 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-06-20 08:26:21 +0000
commit42ca9c44e6171d1c5e80f052c837efdf8c602311 (patch)
treeef79dca9c42e146c644a5abe4167740dfb064d87 /gst/qtdemux/qtdemux_fourcc.h
parentb753979d860b22e27c57fda7b190295908147e50 (diff)
gst/qtdemux/: Add MJPG to the variants of motion jpeg.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples), (qtdemux_video_caps): * gst/qtdemux/qtdemux_fourcc.h: Add MJPG to the variants of motion jpeg.
Diffstat (limited to 'gst/qtdemux/qtdemux_fourcc.h')
-rw-r--r--gst/qtdemux/qtdemux_fourcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux_fourcc.h b/gst/qtdemux/qtdemux_fourcc.h
index c196768a..16ad8511 100644
--- a/gst/qtdemux/qtdemux_fourcc.h
+++ b/gst/qtdemux/qtdemux_fourcc.h
@@ -126,7 +126,7 @@ G_BEGIN_DECLS
#define FOURCC_alis GST_MAKE_FOURCC('a','l','i','s')
#define FOURCC_url_ GST_MAKE_FOURCC('u','r','l',' ')
#define FOURCC_frma GST_MAKE_FOURCC('f','r','m','a')
-#define FOURCC_ctts GST_MAKE_FOURCC('c','t','t','s')
+#define FOURCC_ctts GST_MAKE_FOURCC('c','t','t','s')
G_END_DECLS