Bug 1396629 - P3. Make member const. r=cpearce

MozReview-Commit-ID: CwOh3BZj0vG

--HG--
extra : rebase_source : 698bdb76c3c713bd956448f0fc15eeeeab015b0e
This commit is contained in:
Jean-Yves Avenard 2017-09-04 22:43:50 +02:00
Родитель c69eab3317
Коммит 4d30575929
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -211,7 +211,7 @@ private:
// Set to true once a new segment is started.
bool mNewMediaSegmentStarted;
bool mActiveTrack;
MediaContainerType mType;
const MediaContainerType mType;
// ContainerParser objects and methods.
// Those are used to parse the incoming input buffer.