Merge "Add a note for enum values of MV_REFERENCE_FRAME"
This commit is contained in:
Коммит
82fad6f4b6
|
@ -99,6 +99,9 @@ typedef struct {
|
||||||
int_mv as_mv[2]; // first, second inter predictor motion vectors
|
int_mv as_mv[2]; // first, second inter predictor motion vectors
|
||||||
} b_mode_info;
|
} b_mode_info;
|
||||||
|
|
||||||
|
// Note that the rate-distortion optimization loop, bit-stream writer, and
|
||||||
|
// decoder implementation modules critically rely on the enum entry values
|
||||||
|
// specified herein. They should be refactored concurrently.
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NONE = -1,
|
NONE = -1,
|
||||||
INTRA_FRAME = 0,
|
INTRA_FRAME = 0,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче