summaryrefslogtreecommitdiff
path: root/test/vp9_thread_test.cc
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2014-07-07 14:52:19 -0700
committerhkuang <hkuang@google.com>2014-07-07 14:52:19 -0700
commit337e8015c9deaf8ab7e8d0c3c132160a77dd1590 (patch)
tree04bd6986277d4fa52fa008746788fbd935e5fa34 /test/vp9_thread_test.cc
parent14a12be8fd5f9ee40b87afe39401c9abb3c04006 (diff)
downloadlibvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.tar
libvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.tar.gz
libvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.tar.bz2
libvpx-337e8015c9deaf8ab7e8d0c3c132160a77dd1590.zip
Move vp9_thread.* to common.
Prepare for frame parallel decoding, the reference count buffers need to be protected by mutex. Move vp9_thread.* to common folder so that those buffers could use cross-platform mutex from vp9_thread.*. Change-Id: I541277cf15eefed6641555944f67f4a0bcdc8154
Diffstat (limited to 'test/vp9_thread_test.cc')
-rw-r--r--test/vp9_thread_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vp9_thread_test.cc b/test/vp9_thread_test.cc
index 72719a698..fa51835a5 100644
--- a/test/vp9_thread_test.cc
+++ b/test/vp9_thread_test.cc
@@ -18,7 +18,7 @@
#if CONFIG_WEBM_IO
#include "test/webm_video_source.h"
#endif
-#include "vp9/decoder/vp9_thread.h"
+#include "vp9/common/vp9_thread.h"
namespace {