You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cosmetics: Demplayerify indentation.
Originally committed as revision 12240 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2468,6 +2468,7 @@ static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer
|
|||||||
if(b_w<=0 || b_h<=0) return;
|
if(b_w<=0 || b_h<=0) return;
|
||||||
|
|
||||||
assert(src_stride > 2*MB_SIZE + 5);
|
assert(src_stride > 2*MB_SIZE + 5);
|
||||||
|
|
||||||
if(!sliced && offset_dst)
|
if(!sliced && offset_dst)
|
||||||
dst += src_x + src_y*dst_stride;
|
dst += src_x + src_y*dst_stride;
|
||||||
dst8+= src_x + src_y*src_stride;
|
dst8+= src_x + src_y*src_stride;
|
||||||
@@ -4394,6 +4395,7 @@ redo_frame:
|
|||||||
s->avctx->error[plane_index] += error;
|
s->avctx->error[plane_index] += error;
|
||||||
s->current_picture.error[plane_index] = error;
|
s->current_picture.error[plane_index] = error;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
update_last_header_values(s);
|
update_last_header_values(s);
|
||||||
@@ -4618,6 +4620,7 @@ if(s->avctx->debug&2048){
|
|||||||
|
|
||||||
slice_buffer_flush(&s->sb);
|
slice_buffer_flush(&s->sb);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
emms_c();
|
emms_c();
|
||||||
|
Reference in New Issue
Block a user