提交 8ac5c1b2 编写于 作者: S Steven M. Schultz 提交者: Michael Niedermayer

av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)

Originally committed as revision 2813 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 e51f4948
......@@ -146,7 +146,7 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
if(s->encoding){
fprintf(stderr,"XVMC doesn't support encoding!!!\n");
av_log(s->avctx, AV_LOG_ERROR, "XVMC doesn't support encoding!!!\n");
av_abort();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册