changeset 4010:ed375c76b5e0 libavcodec

Fixes: xvmcvideo.c: In function ¡ÆXVMC_decode_mb¡Ç: xvmcvideo.c:141: warning: ¡Æreturn¡Ç with a value, in function returning void Approved by Ivan.
author rathann
date Thu, 12 Oct 2006 19:57:47 +0000
parents e5f7797e53c7
children 5bce97c30a69
files xvmcvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xvmcvideo.c	Thu Oct 12 18:41:29 2006 +0000
+++ b/xvmcvideo.c	Thu Oct 12 19:57:47 2006 +0000
@@ -138,7 +138,7 @@
 
     if(s->encoding){
         av_log(s->avctx, AV_LOG_ERROR, "XVMC doesn't support encoding!!!\n");
-        return -1;
+        return;
     }
 
    //from MPV_decode_mb(),