mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 17:43:33 +00:00
only print last line warning if verbose is on
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3884 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c5e0ca225b
commit
25cf84b3fc
@ -2180,7 +2180,7 @@ if(dststride%widthAlign !=0 )
|
||||
widthAlign);
|
||||
}
|
||||
|
||||
if(over>0)
|
||||
if(over>0 && verbose)
|
||||
{
|
||||
if(firstTime)
|
||||
fprintf(stderr, "SwScaler: Warning: output width is not a multiple of 8 (16 for YV12)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user