Commit c1447dc6 authored by bcoudurier's avatar bcoudurier

fix indentation and remove whitespace after return

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18481 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f249c424
...@@ -316,7 +316,7 @@ if(s->quarter_sample) ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment