mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 18:21:04 +00:00
Indentation
patch by Andreas Öman Originally committed as revision 10432 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ec970c2187
commit
7ae94d525c
@ -3820,13 +3820,13 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
|
|||||||
Dont bother to deblock across slices */
|
Dont bother to deblock across slices */
|
||||||
h->deblocking_filter = 2;
|
h->deblocking_filter = 2;
|
||||||
} else {
|
} else {
|
||||||
h0->max_contexts = 1;
|
h0->max_contexts = 1;
|
||||||
if(!h0->single_decode_warning) {
|
if(!h0->single_decode_warning) {
|
||||||
av_log(s->avctx, AV_LOG_INFO, "Cannot parallelize deblocking type 1, decoding such frames in sequential order\n");
|
av_log(s->avctx, AV_LOG_INFO, "Cannot parallelize deblocking type 1, decoding such frames in sequential order\n");
|
||||||
h0->single_decode_warning = 1;
|
h0->single_decode_warning = 1;
|
||||||
}
|
}
|
||||||
if(h != h0)
|
if(h != h0)
|
||||||
return 1; // deblocking switched inside frame
|
return 1; // deblocking switched inside frame
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user