changeset 11344:65fe07cf9ee4 libavcodec

Note about luma/chroma_weight tables and their datatype.
author michael
date Wed, 03 Mar 2010 19:31:58 +0000
parents 2b78e800f630
children 0fd8dca684c7
files h264.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/h264.h	Wed Mar 03 19:31:46 2010 +0000
+++ b/h264.h	Wed Mar 03 19:31:58 2010 +0000
@@ -411,6 +411,7 @@
     int use_weight_chroma;
     int luma_log2_weight_denom;
     int chroma_log2_weight_denom;
+    //The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss
     int luma_weight[2][48][2];
     int chroma_weight[2][48][2][2];
     int implicit_weight[48][48];