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
This commit is contained in:
Jerome Jiang
2018-08-16 14:41:49 -07:00
parent 8839cffe2d
commit ed8f189ccc
6 changed files with 6 additions and 7 deletions

View File

@@ -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"