# HG changeset patch # User alex # Date 1050966861 0 # Node ID 9deb7e948fa69459f561e09728fee96cfad2fd18 # Parent 523a41c963e8c82a7f6c3c2436368412cec17a41 killed an mp_msg occurance diff -r 523a41c963e8 -r 9deb7e948fa6 postproc/swscale_template.c --- a/postproc/swscale_template.c Mon Apr 21 21:13:44 2003 +0000 +++ b/postproc/swscale_template.c Mon Apr 21 23:14:21 2003 +0000 @@ -2582,7 +2582,7 @@ static int firstTime=1; //FIXME move this into the context perhaps if(flags & SWS_PRINT_INFO && firstTime) { - mp_msg(MSGT_SWS,MSGL_WARN,"SwScaler: Warning: dstStride is not aligned!\n" + MSG_WARN("SwScaler: Warning: dstStride is not aligned!\n" "SwScaler: ->cannot do aligned memory acesses anymore\n"); firstTime=0; }