Merge "Remove struct POS." into experimental

This commit is contained in:
Ronald S. Bultje 2013-04-05 13:45:58 -07:00 committed by Gerrit Code Review
commit c6c07d7013

View File

@ -45,10 +45,6 @@
#define MAX_MV_REFS 9
#define MAX_MV_REF_CANDIDATES 4
typedef struct {
int r, c;
} POS;
typedef enum {
PLANE_TYPE_Y_WITH_DC,
PLANE_TYPE_UV,