Skip to content

Commit a144363

Browse files
committed
Revert "Add HierarchicalFlag & hierarchical_level_plus1 for AV1e."
This reverts commit 97d750f.
1 parent 97d750f commit a144363

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

va/va_enc_av1.h

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,7 @@ typedef struct _VAEncSequenceParameterBufferAV1 {
249249
*/
250250
uint8_t seq_tier;
251251

252-
/** \brief Indicates whether or not the encoding is in dyadic hierarchical GOP structure.
253-
* value range [0..1].
254-
*/
255-
uint8_t HierarchicalFlag;
252+
uint8_t reserved8b;
256253

257254
/** \brief Period between intra_only frames. */
258255
uint32_t intra_period;
@@ -584,11 +581,7 @@ typedef struct _VAEncPictureParameterBufferAV1
584581
*/
585582
uint8_t ref_frame_idx[7];
586583

587-
/** \brief When hierarchical_level_plus1 > 0, hierarchical_level_plus1-1 indicates
588-
* the current frame's level. If VAEncMiscParameterTemporalLayerStructure
589-
* is valid (number_of_layers >0), hierarchical_level_plus1 shouldn't larger than number_of_layers.
590-
*/
591-
uint8_t hierarchical_level_plus1;
584+
uint8_t reserved8bits0;
592585

593586
/** \brief primary reference frame.
594587
* Index into reference_frames[]

0 commit comments

Comments
 (0)