# HG changeset patch # User benoit # Date 1189192789 0 # Node ID 7c139ea9065e58b5386f099d93d60d9b2c694d82 # Parent adc9ec0f7385437ab8e99993f86e5d01fee503cd Indentation patch by Andreas ªÓman diff -r adc9ec0f7385 -r 7c139ea9065e h264.c --- a/h264.c Fri Sep 07 18:27:13 2007 +0000 +++ b/h264.c Fri Sep 07 19:19:49 2007 +0000 @@ -3820,13 +3820,13 @@ Dont bother to deblock across slices */ h->deblocking_filter = 2; } else { - h0->max_contexts = 1; - if(!h0->single_decode_warning) { - av_log(s->avctx, AV_LOG_INFO, "Cannot parallelize deblocking type 1, decoding such frames in sequential order\n"); - h0->single_decode_warning = 1; - } - if(h != h0) - return 1; // deblocking switched inside frame + h0->max_contexts = 1; + if(!h0->single_decode_warning) { + av_log(s->avctx, AV_LOG_INFO, "Cannot parallelize deblocking type 1, decoding such frames in sequential order\n"); + h0->single_decode_warning = 1; + } + if(h != h0) + return 1; // deblocking switched inside frame } }