mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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){
|
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();
|
av_abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user