fix indentation and remove whitespace after return
Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -316,7 +316,7 @@ if(s->quarter_sample)
|
|||||||
av_log(s->avctx,AV_LOG_DEBUG,
|
av_log(s->avctx,AV_LOG_DEBUG,
|
||||||
"MPEG motion vector out of boundary\n");
|
"MPEG motion vector out of boundary\n");
|
||||||
if(!s->chroma_y_shift)
|
if(!s->chroma_y_shift)
|
||||||
return ;
|
return;
|
||||||
}
|
}
|
||||||
ff_emulated_edge_mc(s->edge_emu_buffer, ptr_y, s->linesize,
|
ff_emulated_edge_mc(s->edge_emu_buffer, ptr_y, s->linesize,
|
||||||
17, 17+field_based,
|
17, 17+field_based,
|
||||||
|
|||||||
Reference in New Issue
Block a user