1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

Originally committed as revision 20669 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2009-11-30 17:29:21 +00:00
parent 76c4a644ee
commit 22d4f21331

View File

@ -314,7 +314,7 @@ if(s->quarter_sample)
if(is_mpeg12 || s->codec_id == CODEC_ID_MPEG2VIDEO || if(is_mpeg12 || s->codec_id == CODEC_ID_MPEG2VIDEO ||
s->codec_id == CODEC_ID_MPEG1VIDEO){ s->codec_id == CODEC_ID_MPEG1VIDEO){
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 (%d %d)\n", src_x, src_y);
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,