commit | 01770b3e20698a0faaa78a9fb892191ba71ff4e4 | [log] [tgz] |
---|---|---|
author | Emil Keyder <emilkeyder@kazandibi.nyc.corp.google.com> | Fri Jan 20 18:03:11 2017 -0500 |
committer | Emil Keyder <emilkeyder@google.com> | Mon Jan 23 21:12:35 2017 +0000 |
tree | ccb5f48eba7fd52a7e800d27f3631c00fd887329 | |
parent | 13797462df6a97110076593979fe0283f9f7e919 [diff] [blame] |
Rename NONE to NONE_FRAME. This follows the naming for the other frame types, and allows libaom to be compiled against other libraries that also #define NONE. Change-Id: Ic2e2814587bbc5ea67385a9af775396d29b7dde0
diff --git a/av1/common/enums.h b/av1/common/enums.h index 530e304..5fe3b2d 100644 --- a/av1/common/enums.h +++ b/av1/common/enums.h
@@ -458,7 +458,7 @@ typedef uint8_t TXFM_CONTEXT; #endif -#define NONE -1 +#define NONE_FRAME -1 #define INTRA_FRAME 0 #define LAST_FRAME 1