From 4b0c30b79c350fb73fadb25f7135844b04709781 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 6 Mar 2008 09:51:25 +0000 Subject: remove redundant SwScaler text since av_log uses AVClass context Originally committed as revision 26182 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/swscale_template.c') diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index 9624be73fb..8d3a31c0b7 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -3002,8 +3002,8 @@ static int RENAME(swScale)(SwsContext *c, uint8_t* src[], int srcStride[], int s static int firstTime=1; //FIXME move this into the context perhaps if (flags & SWS_PRINT_INFO && firstTime) { - av_log(c, AV_LOG_WARNING, "SwScaler: Warning: dstStride is not aligned!\n" - "SwScaler: ->cannot do aligned memory acesses anymore\n"); + av_log(c, AV_LOG_WARNING, "Warning: dstStride is not aligned!\n" + " ->cannot do aligned memory acesses anymore\n"); firstTime=0; } } -- cgit v1.2.3