| Index: source/libvpx/third_party/libwebm/mkvmuxer.hpp
|
| diff --git a/source/libvpx/third_party/libwebm/mkvmuxer.hpp b/source/libvpx/third_party/libwebm/mkvmuxer.hpp
|
| index 497ad4cfa65658b37a0bc6f5d922d44a8fb52473..03a002c93b3b7bf881e6124075483331b4c936fb 100644
|
| --- a/source/libvpx/third_party/libwebm/mkvmuxer.hpp
|
| +++ b/source/libvpx/third_party/libwebm/mkvmuxer.hpp
|
| @@ -528,7 +528,7 @@ class Tracks {
|
| public:
|
| // Audio and video type defined by the Matroska specs.
|
| enum { kVideo = 0x1, kAudio = 0x2 };
|
| - // Opus, Vorbis, VP8, and VP9 codec ids defined by the Matroska specs.
|
| +
|
| static const char kOpusCodecId[];
|
| static const char kVorbisCodecId[];
|
| static const char kVp8CodecId[];
|
|
|