diff options
Diffstat (limited to 'third_party/aom/av1/common/common.h')
-rw-r--r-- | third_party/aom/av1/common/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/aom/av1/common/common.h b/third_party/aom/av1/common/common.h index 551055a76..8611b776f 100644 --- a/third_party/aom/av1/common/common.h +++ b/third_party/aom/av1/common/common.h @@ -50,10 +50,6 @@ static INLINE int get_unsigned_bits(unsigned int num_values) { #define CHECK_MEM_ERROR(cm, lval, expr) \ AOM_CHECK_MEM_ERROR(&cm->error, lval, expr) -// TODO(yaowu: validate the usage of these codes or develop new ones.) -#define AV1_SYNC_CODE_0 0x49 -#define AV1_SYNC_CODE_1 0x83 -#define AV1_SYNC_CODE_2 0x43 #define AOM_FRAME_MARKER 0x2 |