# HG changeset patch # User michael # Date 1218328721 0 # Node ID 2f159f961f3a84e29ccb0855b6392c2538d47071 # Parent 919182093931e3f8a03c8b0da4b372dd46c6e677 Do not execute the part of fill_caches() for the loopfilter that overwrites reference indexes and motion vectors. Fixes at least: CVMAQP2_Sony_G diff -r 919182093931 -r 2f159f961f3a h264.c --- a/h264.c Sat Aug 09 18:11:25 2008 +0000 +++ b/h264.c Sun Aug 10 00:38:41 2008 +0000 @@ -391,7 +391,7 @@ } } - if((for_deblock || (IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred)) && !FRAME_MBAFF) + if(for_deblock || ((IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred) && !FRAME_MBAFF)) continue; if(USES_LIST(topleft_type, list)){