mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
e51f49487e
commit
8ac5c1b2d3
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue