summaryrefslogtreecommitdiff
path: root/webmenc.cc
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2016-04-06 14:26:32 -0700
committerTom Finegan <tomfinegan@google.com>2016-04-06 14:30:33 -0700
commit758fc662b237ffd2dafaf4e6418a83dcc2926820 (patch)
tree4b3d3b024236b2ec42b26ce69eb67c5ad7df0748 /webmenc.cc
parentc93946bbc3a69d66d0940ca543a2daf52b965c65 (diff)
downloadlibvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.tar
libvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.tar.gz
libvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.tar.bz2
libvpx-758fc662b237ffd2dafaf4e6418a83dcc2926820.zip
Revert "third_party: Roll libwebm snapshot."
This reverts commit 74aaa2389ec056f9dd8631eeed42fe7a757daf32. Unstable under valgrind because of uninitialized reads. Limiting the bad bisect range. Change-Id: I45b32f0ee0ba45795e7efb9947fb805830c8ce0e
Diffstat (limited to 'webmenc.cc')
-rw-r--r--webmenc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/webmenc.cc b/webmenc.cc
index caf439157..d41e70044 100644
--- a/webmenc.cc
+++ b/webmenc.cc
@@ -11,9 +11,9 @@
#include <string>
-#include "third_party/libwebm/mkvmuxer/mkvmuxer.h"
-#include "third_party/libwebm/mkvmuxer/mkvmuxerutil.h"
-#include "third_party/libwebm/mkvmuxer/mkvwriter.h"
+#include "third_party/libwebm/mkvmuxer.hpp"
+#include "third_party/libwebm/mkvmuxerutil.hpp"
+#include "third_party/libwebm/mkvwriter.hpp"
namespace {
const uint64_t kDebugTrackUid = 0xDEADBEEF;