
Also fixed a bug in vp10's ctrl_set_render_size(). Change-Id: Ib1dd109ee2acb96d9e23cffe0e598b1a0dc67031
21 lines
584 B
C++
21 lines
584 B
C++
/*
|
|
* Copyright (c) 2013 The WebM project authors. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license
|
|
* that can be found in the LICENSE file in the root of the source
|
|
* tree. An additional intellectual property rights grant can be found
|
|
* in the file PATENTS. All contributing project authors may
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
*/
|
|
|
|
#ifndef TEST_TEST_VECTORS_H_
|
|
#define TEST_TEST_VECTORS_H_
|
|
|
|
#include "./vpx_config.h"
|
|
|
|
namespace libvpx_test {
|
|
|
|
} // namespace libvpx_test
|
|
|
|
#endif // TEST_TEST_VECTORS_H_
|