# HG changeset patch # User michael # Date 1263857273 0 # Node ID cf608664f7bf7de9d3dc9d4c5c248cb708279848 # Parent fb0307a3355e4645790d0aa69edadb84e2f6968b Remove unneeded for_deblock check, this code was alraedy under for_deblock. diff -r fb0307a3355e -r cf608664f7bf h264.h --- a/h264.h Mon Jan 18 21:22:09 2010 +0000 +++ b/h264.h Mon Jan 18 23:27:53 2010 +0000 @@ -866,7 +866,7 @@ left_type[0] = h->slice_table[left_xy[0] ] == h->slice_num ? s->current_picture.mb_type[left_xy[0]] : 0; left_type[1] = h->slice_table[left_xy[1] ] == h->slice_num ? s->current_picture.mb_type[left_xy[1]] : 0; - if(IS_INTRA(mb_type) && !for_deblock){ + if(IS_INTRA(mb_type)){ int type_mask= h->pps.constrained_intra_pred ? IS_INTRA(-1) : -1; h->topleft_samples_available= h->top_samples_available=