Merge "Add a note for enum values of MV_REFERENCE_FRAME"

This commit is contained in:
Jingning Han 2014-09-13 10:42:45 -07:00 коммит произвёл Gerrit Code Review
Родитель 282fac96ca 3ef9786b7e
Коммит 82fad6f4b6
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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,