mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
killed an mp_msg occurance
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9971 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d6a099c31f
commit
16cc949f79
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user