Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/libva/va/va_dec_vp9.h

Issue 2834313002: Update third_party/libva to version 1.7.1 (Closed)
Patch Set: Update third_party/libva to version 1.7.1 and check whether the version of libva a platform support… Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libva/va/va.h ('k') | third_party/libva/va/va_enc_h264.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libva/va/va_dec_vp9.h
diff --git a/third_party/libva/va/va_dec_vp9.h b/third_party/libva/va/va_dec_vp9.h
index 2deddb0b4fc229f47829ce48619d0926a88028f2..eff80e1da934c26cddb0328761e2961581e93add 100644
--- a/third_party/libva/va/va_dec_vp9.h
+++ b/third_party/libva/va/va_dec_vp9.h
@@ -182,10 +182,15 @@ typedef struct _VADecPictureParameterBufferVP9
uint8_t segment_pred_probs[3];
/** \brief VP9 Profile definition
- * value can be 0 or 1.
+ * value range [0..3].
*/
uint8_t profile;
+ /** \brief VP9 bit depth per sample
+ * same for both luma and chroma samples.
+ */
+ uint8_t bit_depth;
+
/**@}*/
} VADecPictureParameterBufferVP9;
« no previous file with comments | « third_party/libva/va/va.h ('k') | third_party/libva/va/va_enc_h264.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698