summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_common.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-11-30 17:29:21 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-11-30 17:29:21 +0000
commit22d4f21331429a05a5c067c5ff358688c7eb3994 (patch)
tree0a48cfc16528702ccb8c762cf768c3aced5267af /libavcodec/mpegvideo_common.h
parent76c4a644eef92f1a15af11825486f5593bfb0051 (diff)
Make ""MPEG motion vector out of boundary" message more verbose.
Originally committed as revision 20669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_common.h')
-rw-r--r--libavcodec/mpegvideo_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h
index 5ce60dc64c..251aa6cd7f 100644
--- a/libavcodec/mpegvideo_common.h
+++ b/libavcodec/mpegvideo_common.h
@@ -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,