From 7ae94d525c9e7258a178a5a1e315c91088f72136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 7 Sep 2007 19:19:49 +0000 Subject: =?UTF-8?q?Indentation=20patch=20by=20Andreas=20=C3=96man?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 10432 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/h264.c b/libavcodec/h264.c index c2d5d990ca..60653d55bd 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -3820,13 +3820,13 @@ static int decode_slice_header(H264Context *h, H264Context *h0){ 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 } } -- cgit v1.2.3