mirror of https://git.ffmpeg.org/ffmpeg.git
using av_abort
Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f44ee2c34b
commit
6cbff2f44a
|
@ -120,8 +120,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");
|
||||
assert(0);
|
||||
return;
|
||||
av_abort();
|
||||
}
|
||||
|
||||
//from MPV_decode_mb(),
|
||||
|
|
Loading…
Reference in New Issue