Skip to content

Commit

Permalink
add definition to enforce both reflist not empty
Browse files Browse the repository at this point in the history
it is a suppliment of #220
to distinguish P frame and low delay B frame

Signed-off-by: Carl Zhang <carl.zhang@intel.com>
  • Loading branch information
XinfengZhang committed Feb 26, 2020
1 parent 7eec6f8 commit 8fe83f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions va/va.h
Expand Up @@ -1016,6 +1016,8 @@ typedef union _VAConfigAttribValEncJPEG {
#define VA_PREDICTION_DIRECTION_PREVIOUS 0x00000001
/** \brief Driver support backward prediction frame/slice */
#define VA_PREDICTION_DIRECTION_FUTURE 0x00000002
/** \brief Dirver require both reference list must be not empty */
#define VA_PREDICTION_DIRECTION_BI_NOT_EMPTY 0x00000004
/**@}*/

/** @name Attribute values for VAConfigAttribEncIntraRefresh */
Expand Down

0 comments on commit 8fe83f8

Please sign in to comment.