isomp4: Remove an extra bracket in a comment.

This commit is contained in:
Jan Schmidt 2015-04-08 01:41:18 +10:00
parent 94e113c6c6
commit 0c1bcc629d

View file

@ -160,7 +160,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_qt_mux_debug);
* the mdat box at EOS. * the mdat box at EOS.
* *
* - Fragmented mp4: moov header with track headers at start * - Fragmented mp4: moov header with track headers at start
* but no sample table), followed by N fragments, each containing * but no sample table, followed by N fragments, each containing
* track headers with sample tables followed by some data. Downstream * track headers with sample tables followed by some data. Downstream
* does not need to be seekable if the 'streamable' flag is TRUE, * does not need to be seekable if the 'streamable' flag is TRUE,
* as the final mfra and total duration will be omitted. * as the final mfra and total duration will be omitted.