mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Drop unused field mode from cu_info_t.inter.
This commit is contained in:
parent
ffb4f78e64
commit
c5c2c182d9
1
src/cu.h
1
src/cu.h
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue