You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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;
|
||||
|
||||
assert(src_stride > 2*MB_SIZE + 5);
|
||||
|
||||
if(!sliced && offset_dst)
|
||||
dst += src_x + src_y*dst_stride;
|
||||
dst8+= src_x + src_y*src_stride;
|
||||
@@ -4394,6 +4395,7 @@ redo_frame:
|
||||
s->avctx->error[plane_index] += error;
|
||||
s->current_picture.error[plane_index] = error;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
update_last_header_values(s);
|
||||
@@ -4618,6 +4620,7 @@ if(s->avctx->debug&2048){
|
||||
|
||||
slice_buffer_flush(&s->sb);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
emms_c();
|
||||
|
Reference in New Issue
Block a user