[FFmpeg-soc] [soc]: r606 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Sat Aug 4 11:49:30 CEST 2007
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:
More information about the FFmpeg-soc
mailing list