using av_abort

Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2003-10-11 17:48:49 +00:00
parent f44ee2c34b
commit 6cbff2f44a
1 changed files with 1 additions and 2 deletions

View File

@ -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(),