qtmux: fix misinforming comment

This commit is contained in:
Mark Nauwelaerts 2010-11-05 13:48:57 +01:00 committed by Tim-Philipp Müller
parent ce865cc374
commit 1e3da91bd1

View file

@ -1571,7 +1571,7 @@ gst_qt_mux_stop_file (GstQTMux * qtmux)
/* if needed, send mdat atom and move buffered data into it */
if (qtmux->fast_start_file) {
/* mdat size = accumulated (buffered data) + mdat atom header */
/* mdat_size = accumulated (buffered data) */
ret = gst_qt_mux_send_mdat_header (qtmux, NULL, qtmux->mdat_size,
large_file);
if (ret != GST_FLOW_OK)