Commit 6cbff2f4 authored by Alex Beregszaszi's avatar Alex Beregszaszi

using av_abort

Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f44ee2c3
......@@ -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