mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
Note about luma/chroma_weight tables and their datatype.
Originally committed as revision 22177 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a9837b58e1
commit
af2b0df40f
@ -411,6 +411,7 @@ typedef struct H264Context{
|
||||
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];
|
||||
|
Loading…
Reference in New Issue
Block a user