summaryrefslogtreecommitdiff
path: root/libavcodec/xvmcvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-10-01 12:31:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-01 12:31:11 +0000
commit9fe5a7b83107051812a00eaebb01db11d7378980 (patch)
tree17d978555c5402fdffa3d31a9c1e4fd144bd01bc /libavcodec/xvmcvideo.c
parentcacf7199a179eb360514bebcd068bed467c22e83 (diff)
downloadffmpeg-9fe5a7b83107051812a00eaebb01db11d7378980.tar.gz
do not call (av_)abort()
Originally committed as revision 3543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmcvideo.c')
-rw-r--r--libavcodec/xvmcvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvmcvideo.c b/libavcodec/xvmcvideo.c
index 04ea4069d3..c1ff42b1fa 100644
--- a/libavcodec/xvmcvideo.c
+++ b/libavcodec/xvmcvideo.c
@@ -136,7 +136,7 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
if(s->encoding){
av_log(s->avctx, AV_LOG_ERROR, "XVMC doesn't support encoding!!!\n");
- av_abort();
+ return -1;
}
//from MPV_decode_mb(),