[SCM] libav/experimental: Make ""MPEG motion vector out of boundary" message more verbose.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:55:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 22d4f21331429a05a5c067c5ff358688c7eb3994
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Nov 30 17:29:21 2009 +0000

    Make ""MPEG motion vector out of boundary" message more verbose.
    
    Originally committed as revision 20669 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h
index 5ce60dc..251aa6c 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,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list