diff h264.h @ 11558:44c5c540722c libavcodec

Fix implicit weight for b frames in mbaff.
author michael
date Tue, 30 Mar 2010 21:05:11 +0000
parents b94e1810ce4c
children 56591b8041ea
line wrap: on
line diff
--- a/h264.h	Tue Mar 30 20:46:46 2010 +0000
+++ b/h264.h	Tue Mar 30 21:05:11 2010 +0000
@@ -378,7 +378,7 @@
     //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;