summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_common.h
diff options
context:
space:
mode:
authorhui su <huisu@google.com>2016-05-05 12:04:42 -0700
committerhui su <huisu@google.com>2016-06-15 12:53:28 -0700
commit72d4890caf2c2b8b740c5bf9e7f8906cd5910d0e (patch)
treeb80010a4dcb06c37502e4196913edf921373d3b0 /vp9/common/vp9_common.h
parent87679994936b0755312f5ef4bae30afb2da22371 (diff)
downloadlibvpx-72d4890caf2c2b8b740c5bf9e7f8906cd5910d0e.tar
libvpx-72d4890caf2c2b8b740c5bf9e7f8906cd5910d0e.tar.gz
libvpx-72d4890caf2c2b8b740c5bf9e7f8906cd5910d0e.tar.bz2
libvpx-72d4890caf2c2b8b740c5bf9e7f8906cd5910d0e.zip
Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream level
Change-Id: I1ef3df0192491035728fe9d5eb25cc66dc2965de
Diffstat (limited to 'vp9/common/vp9_common.h')
-rw-r--r--vp9/common/vp9_common.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/vp9/common/vp9_common.h b/vp9/common/vp9_common.h
index 2aff132e6..908fa80a3 100644
--- a/vp9/common/vp9_common.h
+++ b/vp9/common/vp9_common.h
@@ -67,25 +67,6 @@ static INLINE int get_unsigned_bits(unsigned int num_values) {
#define VP9_FRAME_MARKER 0x2
-typedef enum {
- LEVEL_UNKNOWN = 0,
- LEVEL_1 = 10,
- LEVEL_1_1 = 11,
- LEVEL_2 = 20,
- LEVEL_2_1 = 21,
- LEVEL_3 = 30,
- LEVEL_3_1 = 31,
- LEVEL_4 = 40,
- LEVEL_4_1 = 41,
- LEVEL_5 = 50,
- LEVEL_5_1 = 51,
- LEVEL_5_2 = 52,
- LEVEL_6 = 60,
- LEVEL_6_1 = 61,
- LEVEL_6_2 = 62,
- LEVEL_NOT_CARE = 255,
-} VP9_LEVEL;
-
#ifdef __cplusplus
} // extern "C"
#endif