File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff 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[]
You can’t perform that action at this time.
0 commit comments