Commit d466e3b7 authored by alex's avatar alex

using av_abort


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2360 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4c71b7a7
......@@ -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(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment