[Libva] [PATCH 4/5] i965_drv_video: Fix a small typo in a comment

Damien Lespiau damien.lespiau at gmail.com
Thu Dec 16 07:57:14 PST 2010


From: Damien Lespiau <damien.lespiau at intel.com>

Obviousy 50 - 2 + 8 != 2, 50 - 2 + 8 - 2 seems to be 54 though.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 i965_drv_video/i965_avc_ildb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/i965_drv_video/i965_avc_ildb.c b/i965_drv_video/i965_avc_ildb.c
index a053062..a6be42b 100644
--- a/i965_drv_video/i965_avc_ildb.c
+++ b/i965_drv_video/i965_avc_ildb.c
@@ -360,7 +360,7 @@ i965_avc_ildb_upload_constants(VADriverContextP ctx, struct decode_state *decode
     if (IS_IRONLAKE(i965->intel.device_id)) {
         root_input->max_concurrent_threads = 76; /* 72 - 2 + 8 - 2 */
     } else {
-        root_input->max_concurrent_threads = 54; /* 50 - 2 + 8 = 2 */
+        root_input->max_concurrent_threads = 54; /* 50 - 2 + 8 - 2 */
     }
 
     if (pic_param->pic_fields.bits.field_pic_flag)
-- 
1.7.2.1



More information about the Libva mailing list