Commit 3ec38777 authored by Alex Beregszaszi's avatar Alex Beregszaszi

killed an mp_msg occurance

Originally committed as revision 9971 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent b5ff5e22
......@@ -2582,7 +2582,7 @@ i--;
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment