summaryrefslogtreecommitdiff
path: root/examples/vp9_spatial_svc_encoder.c
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2018-08-16 14:41:49 -0700
committerJerome Jiang <jianj@google.com>2018-08-16 14:44:12 -0700
commited8f189cccda9168fd400d1ba6661b1bc14a3afa (patch)
tree74328079b9a6fa6bf35f3b2f92ccd003bf7a4962 /examples/vp9_spatial_svc_encoder.c
parent8839cffe2ddce58faeb4f624dcc9584bcfa4019b (diff)
downloadlibvpx-ed8f189cccda9168fd400d1ba6661b1bc14a3afa.tar
libvpx-ed8f189cccda9168fd400d1ba6661b1bc14a3afa.tar.gz
libvpx-ed8f189cccda9168fd400d1ba6661b1bc14a3afa.tar.bz2
libvpx-ed8f189cccda9168fd400d1ba6661b1bc14a3afa.zip
Refactor: move svc example files to from vpx/ to examples/
svc_encodeframe.c and svc_context.h are only used by the example encoder. Change-Id: Idb41a5a9d6a229a0bc7d2bc8dbe6575a74efc54c
Diffstat (limited to 'examples/vp9_spatial_svc_encoder.c')
-rw-r--r--examples/vp9_spatial_svc_encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vp9_spatial_svc_encoder.c b/examples/vp9_spatial_svc_encoder.c
index 266ba2656..2ec1f870b 100644
--- a/examples/vp9_spatial_svc_encoder.c
+++ b/examples/vp9_spatial_svc_encoder.c
@@ -25,7 +25,7 @@
#include "../video_writer.h"
#include "../vpx_ports/vpx_timer.h"
-#include "vpx/svc_context.h"
+#include "./svc_context.h"
#include "vpx/vp8cx.h"
#include "vpx/vpx_encoder.h"
#include "../vpxstats.h"