Drop unused field mode from cu_info_t.inter.

This commit is contained in:
Arttu Ylä-Outinen 2016-03-18 15:16:27 +02:00
parent ffb4f78e64
commit c5c2c182d9

View file

@ -142,7 +142,6 @@ typedef struct
uint8_t mv_ref[2]; // \brief Index of the encoder_control.ref array.
uint8_t mv_ref_coded[2]; // \brief Coded and corrected index of ref picture
uint8_t mv_dir; // \brief Probably describes if mv_ref is L0, L1 or both (bi-pred)
int8_t mode;
} inter;
} cu_info_t;