Commit bbb6c974 authored by benoit's avatar benoit

Indentation

patch by Andreas Öman


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10432 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 783150b6
......@@ -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
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment