]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
Remove unnecessary header inclusion directives.
[ffmpeg] / libavcodec / h264.h
index ba813b66ba5077bca7b5c73002330a4b2a71df2e..0c9402d19c6b9bb165d23c478d5149db83506849 100644 (file)
@@ -378,7 +378,7 @@ typedef struct H264Context{
     //The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss
     int luma_weight[48][2][2];
     int chroma_weight[48][2][2][2];
-    int implicit_weight[48][48];
+    int implicit_weight[48][48][2];
 
     int direct_spatial_mv_pred;
     int col_parity;