Browse Source

using av_abort

Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 22 years ago
parent
commit
6cbff2f44a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavcodec/xvmcvideo.c

+ 1
- 2
libavcodec/xvmcvideo.c 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(),


Loading…
Cancel
Save