[FFmpeg-soc] [soc]: r1123 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Tue Aug 21 08:17:20 CEST 2007
Author: kostya
Date: Tue Aug 21 08:17:20 2007
New Revision: 1123
Log:
This function is not needed to be inline
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Tue Aug 21 08:17:20 2007
@@ -501,7 +501,7 @@ static inline int decode210(GetBitContex
* If the width/height is the standard one then it's coded as 3-bit index.
* Otherwise it is coded as escaped 8-bit portions.
*/
-static inline int get_dimension(GetBitContext *gb, const int *dim1, const int *dim2)
+static int get_dimension(GetBitContext *gb, const int *dim1, const int *dim2)
{
int val, t;
More information about the FFmpeg-soc
mailing list