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

Originally committed as revision 2813 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Steven M. Schultz 2004-02-25 02:47:53 +00:00 committed by Michael Niedermayer
parent e51f49487e
commit 8ac5c1b2d3
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}