vp9_receive_compressed_data: remove unnecessary indent

+ useless comment

Change-Id: Ied29a4cc8c506b216968ce67af630bae542aca12
This commit is contained in:
James Zern 2013-10-05 12:10:38 +02:00
parent a36045fb3b
commit 557862d152

View File

@ -342,7 +342,6 @@ int vp9_receive_compressed_data(VP9D_PTR ptr,
return retcode;
}
{
swap_frame_buffers(pbi);
#if WRITE_RECON_BUFFER == 2
@ -355,7 +354,6 @@ int vp9_receive_compressed_data(VP9D_PTR ptr,
#endif
if (!pbi->do_loopfilter_inline) {
/* Apply the loop filter if appropriate. */
vp9_loop_filter_frame(cm, &pbi->mb, pbi->common.lf.filter_level, 0, 0);
}
@ -371,7 +369,6 @@ int vp9_receive_compressed_data(VP9D_PTR ptr,
vp9_extend_frame_inner_borders(cm->frame_to_show,
cm->subsampling_x,
cm->subsampling_y);
}
#if WRITE_RECON_BUFFER == 1
if (cm->show_frame)