From: Sreerenj Balachandran <[email protected]> The slice_segment_address field indicates the starting CTU address for the corresponding slice.
Signed-off-by: Sreerenj Balachandran <[email protected]> --- va/va_enc_hevc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/va/va_enc_hevc.h b/va/va_enc_hevc.h index 9264eab..5cd614b 100644 --- a/va/va_enc_hevc.h +++ b/va/va_enc_hevc.h @@ -532,7 +532,7 @@ typedef struct _VAEncPictureParameterBufferHEVC { * */ typedef struct _VAEncSliceParameterBufferHEVC { - /** \brief Starting MB address for this slice. */ + /** \brief Starting CTU address for this slice. */ uint32_t slice_segment_address; /** \brief Number of CTUs in this slice. */ uint32_t num_ctu_in_slice; -- 2.1.4 _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
