Mercurial > libavcodec.hg
changeset 10603:874e26fe2284 libavcodec
Make ""MPEG motion vector out of boundary" message more verbose.
author | michael |
---|---|
date | Mon, 30 Nov 2009 17:29:21 +0000 |
parents | 987373501407 |
children | ce2cf9e32b09 |
files | mpegvideo_common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo_common.h Mon Nov 30 10:25:20 2009 +0000 +++ b/mpegvideo_common.h Mon Nov 30 17:29:21 2009 +0000 @@ -314,7 +314,7 @@ 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,