diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-04-21 23:14:21 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-04-21 23:14:21 +0000 |
commit | 3ec3877781d02746352650147435452e271041c6 (patch) | |
tree | 48308f768bfe31a54e5aa1eeaa18099f21b21599 /postproc | |
parent | b5ff5e22e95f6ad05c05a7ffad3d009b33227689 (diff) | |
download | ffmpeg-3ec3877781d02746352650147435452e271041c6.tar.gz |
killed an mp_msg occurance
Originally committed as revision 9971 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/swscale_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c index 760a4dc3d5..7aed9882ca 100644 --- a/postproc/swscale_template.c +++ b/postproc/swscale_template.c @@ -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; } |