diff h264.h @ 7343:9a4cb430d8ff libavcodec

Loop filtering with multiple slice types fix. Fixes at least: CABAST3_Sony_E.jsv CABASTBR3_Sony_A.jsv CABASTBR3_Sony_B.jsv
author michael
date Mon, 21 Jul 2008 22:19:06 +0000
parents b088035801d5
children 612a78c3b128
line wrap: on
line diff
--- a/h264.h	Mon Jul 21 20:52:24 2008 +0000
+++ b/h264.h	Mon Jul 21 22:19:06 2008 +0000
@@ -337,7 +337,7 @@
     Picture ref_list[2][48];         /**< 0..15: frame refs, 16..47: mbaff field refs.
                                           Reordered version of default_ref_list
                                           according to picture reordering in slice header */
-    int ref2frm[2][48+2];            ///< reference to frame number lists, used in the loop filter, the first 2 are for -2,-1
+    int ref2frm[16][2][48+2];            ///< reference to frame number lists, used in the loop filter, the first 2 are for -2,-1
     Picture *delayed_pic[MAX_DELAYED_PIC_COUNT+2]; //FIXME size?
     int outputed_poc;