Author: kostya
Date: Sat Aug  4 11:49:30 2007
New Revision: 606

Log:
This function returns a value

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Sat Aug  4 11:49:30 2007
@@ -713,7 +713,7 @@ static int rv40_decode_mv(RV40DecContext
     case RV40_MB_TYPE_0:
     case RV40_MB_TYPE_1:
     case RV40_MB_SKIP:
-        return;
+        return 0;
     case RV40_MB_B_INTERP:
         break;
     case RV40_MB_P_16x16:
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to