summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-07-28 08:21:27 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-07-28 08:21:27 +0000
commit332549280da9ee65eded73e7b01e5f6ce5465118 (patch)
tree2d93a8398002a8c3ae952b8354cbbd272fa3da5d /gst/avi/gstavidemux.h
parente83ba9fb704841c72dbc5852489d1c446cd02835 (diff)
gst/avi/gstavidemux.*: Whitespace fixes and more debug
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index), (gst_avi_demux_massage_index): * gst/avi/gstavidemux.h: Whitespace fixes and more debug
Diffstat (limited to 'gst/avi/gstavidemux.h')
-rw-r--r--gst/avi/gstavidemux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index 6006189d..0eeb2367 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
#define GST_IS_AVI_DEMUX_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_AVI_DEMUX))
-#define GST_AVI_DEMUX_MAX_STREAMS 16
+#define GST_AVI_DEMUX_MAX_STREAMS 16
#define CHUNKID_TO_STREAMNR(chunkid) \
((((chunkid) & 0xff) - '0') * 10 + \