dashdemux: fix typo in implementation notes

s/enveloppe/envelope
This commit is contained in:
Luis de Bethencourt 2017-03-28 16:04:15 +01:00 committed by Luis
parent 41464c6133
commit 2be93e47ec

View File

@ -44,8 +44,8 @@
* Introduction: * Introduction:
* *
* dashdemux is a "fake" demux, as unlike traditional demux elements, it * dashdemux is a "fake" demux, as unlike traditional demux elements, it
* doesn't split data streams contained in an enveloppe to expose them * doesn't split data streams contained in an envelope to expose them to
* to downstream decoding elements. * downstream decoding elements.
* *
* Instead, it parses an XML file called a manifest to identify a set of * Instead, it parses an XML file called a manifest to identify a set of
* individual stream fragments it needs to fetch and expose to the actual * individual stream fragments it needs to fetch and expose to the actual