changeset 1517:d107c545d745 libavcodec

using av_abort
author alex
date Sat, 11 Oct 2003 17:48:49 +0000
parents 0f0e9dfa6723
children c66cdace3bf6
files xvmcvideo.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xvmcvideo.c	Sat Oct 11 17:44:21 2003 +0000
+++ b/xvmcvideo.c	Sat Oct 11 17:48:49 2003 +0000
@@ -120,8 +120,7 @@
 
     if(s->encoding){
         fprintf(stderr,"XVMC doesn't support encoding!!!\n");
-        assert(0);
-        return;
+	av_abort();
     }
 
    //from MPV_decode_mb(),