Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: source/libvpx/third_party/libwebm/mkvmuxer.hpp

Issue 1339513003: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/third_party/libwebm/README.libvpx ('k') | source/libvpx/third_party/libwebm/mkvparser.hpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
« no previous file with comments | « source/libvpx/third_party/libwebm/README.libvpx ('k') | source/libvpx/third_party/libwebm/mkvparser.hpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698