shithub: libvpx

Download patch

ref: 5f8ce092bd24f90458ce59d1555535b65839bd20
parent: b02d08cc8460287578262a850ada25f79b334ae2
author: Paul Wilkins <paulwilkins@google.com>
date: Wed Sep 12 08:37:05 EDT 2018

Remove some deprecated constants.

Removal of some # defines relating to deprecated multi-arf work.

Change-Id: I460b6c4bee9bf0ef588eddc47329c2b17f60e5ba

--- a/vp9/common/vp9_blockd.h
+++ b/vp9/common/vp9_blockd.h
@@ -61,12 +61,6 @@
 #define ALTREF_FRAME 3
 #define MAX_REF_FRAMES 4
 
-#define LAST2_FRAME 4
-#define LAST3_FRAME 5
-#define BWDREF_FRAME 6
-#define ALTREF2_FRAME 7
-#define LAST_REF_FRAMES 3
-
 typedef int8_t MV_REFERENCE_FRAME;
 
 // This structure now relates to 8x8 block regions.