changeset 7525:2f159f961f3a libavcodec

Do not execute the part of fill_caches() for the loopfilter that overwrites reference indexes and motion vectors. Fixes at least: CVMAQP2_Sony_G
author michael
date Sun, 10 Aug 2008 00:38:41 +0000
parents 919182093931
children 3749f13a0d02
files h264.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)){