# HG changeset patch # User aurel # Date 1267402963 0 # Node ID cd6fa05ffeb0fd222638e7f4a5a1ff6871896b8a # Parent c4c8c8c426ebc7a08c5590d74f12cb812bf7fdbd revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 diff -r c4c8c8c426eb -r cd6fa05ffeb0 h264.c --- a/h264.c Sun Feb 28 23:54:24 2010 +0000 +++ b/h264.c Mon Mar 01 00:22:43 2010 +0000 @@ -1775,9 +1775,7 @@ s->height= 16*s->mb_height - 4*FFMIN(h->sps.crop_bottom, 3); if (s->context_initialized - && ( s->width != s->avctx->width || s->height != s->avctx->height - || h->sps.sar.num != s->avctx->sample_aspect_ratio.num - || h->sps.sar.den != s->avctx->sample_aspect_ratio.den)) { + && ( s->width != s->avctx->width || s->height != s->avctx->height)) { if(h != h0) return -1; // width / height changed during parallelized decoding free_tables(h);