Browse Source

killed an mp_msg occurance

Originally committed as revision 9971 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Alex Beregszaszi 23 years ago
parent
commit
3ec3877781
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postproc/swscale_template.c

+ 1
- 1
postproc/swscale_template.c View File

@@ -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…
Cancel
Save