提交 3e62b7e3 编写于 作者: B Baptiste Coudurier

add const, suppress warnings

Originally committed as revision 26945 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
上级 72d6b610
......@@ -2390,9 +2390,9 @@ SwsContext *sws_getContext(int srcW, int srcH, int srcFormat, int dstW, int dstH
if (flags&SWS_PRINT_INFO)
{
#ifdef DITHER1XBPP
char *dither= " dithered";
const char *dither= " dithered";
#else
char *dither= "";
const char *dither= "";
#endif
if (flags&SWS_FAST_BILINEAR)
av_log(c, AV_LOG_INFO, "FAST_BILINEAR scaler, ");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册