Mercurial > libavcodec.hg
changeset 5647:7c139ea9065e libavcodec
Indentation
patch by Andreas ªÓman
author | benoit |
---|---|
date | Fri, 07 Sep 2007 19:19:49 +0000 |
parents | adc9ec0f7385 |
children | cd26ab6e3953 |
files | h264.c |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 } }