Mercurial > libavcodec.hg
changeset 10925:cf608664f7bf libavcodec
Remove unneeded for_deblock check, this code was alraedy under for_deblock.
author | michael |
---|---|
date | Mon, 18 Jan 2010 23:27:53 +0000 |
parents | fb0307a3355e |
children | 42cff5346e53 |
files | h264.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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=