summaryrefslogtreecommitdiffstats
path: root/gst/qtmux/gstqtmux.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-06-11 15:54:42 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-06-19 18:13:06 +0200
commite29be2546f1fefc35a78a85efc336810ac2f2c2c (patch)
tree1c5a04c846f3f4227bd53c5e7016fd952a427d16 /gst/qtmux/gstqtmux.h
parent5b672ed441ad9a4b48dd778a2718117c1bd1bcb1 (diff)
downloadgst-plugins-bad-e29be2546f1fefc35a78a85efc336810ac2f2c2c.tar.gz
gst-plugins-bad-e29be2546f1fefc35a78a85efc336810ac2f2c2c.tar.bz2
gst-plugins-bad-e29be2546f1fefc35a78a85efc336810ac2f2c2c.zip
qtmux: only use (64-bit) extended (mdat) atom size if needed. Fixes #585319.
Diffstat (limited to 'gst/qtmux/gstqtmux.h')
-rw-r--r--gst/qtmux/gstqtmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtmux/gstqtmux.h b/gst/qtmux/gstqtmux.h
index a4701cc1..567773a0 100644
--- a/gst/qtmux/gstqtmux.h
+++ b/gst/qtmux/gstqtmux.h
@@ -109,7 +109,7 @@ struct _GstQTMux
guint64 header_size;
/* accumulated size of raw media data (a priori not including mdat header) */
guint64 mdat_size;
- /* position of mdat extended size field (for later updating) */
+ /* position of mdat atom (for later updating) */
guint64 mdat_pos;
/* atom helper objects */