Commit 22d4f213 authored by Michael Niedermayer's avatar Michael Niedermayer

Make ""MPEG motion vector out of boundary" message more verbose.

Originally committed as revision 20669 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 76c4a644
......@@ -314,7 +314,7 @@ if(s->quarter_sample)
if(is_mpeg12 || s->codec_id == CODEC_ID_MPEG2VIDEO ||
s->codec_id == CODEC_ID_MPEG1VIDEO){
av_log(s->avctx,AV_LOG_DEBUG,
"MPEG motion vector out of boundary\n");
"MPEG motion vector out of boundary (%d %d)\n", src_x, src_y);
return;
}
ff_emulated_edge_mc(s->edge_emu_buffer, ptr_y, s->linesize,
......
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