Merge "makefile: fix error message due to missing quotes"
[libvpx.git] / vp8 / common / modecont.h
blob0c57651ed27a0d2282c61aa15f145ff547ff257b
1 /*
2 * Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license and patent
5 * grant that can be found in the LICENSE file in the root of the source
6 * tree. All contributing project authors may be found in the AUTHORS
7 * file in the root of the source tree.
8 */
11 #ifndef __INC_MODECONT_H
12 #define __INC_MODECONT_H
14 extern const int vp8_mode_contexts[6][4];
16 #endif