Mercurial > mplayer.hg
changeset 9970:9deb7e948fa6
killed an mp_msg occurance
author | alex |
---|---|
date | Mon, 21 Apr 2003 23:14:21 +0000 |
parents | 523a41c963e8 |
children | 0ed75f50f2df |
files | postproc/swscale_template.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }