[FFmpeg-cvslog] r10656 - trunk/libavcodec/h263.c
aurel
subversion
Wed Oct 3 19:50:27 CEST 2007
Author: aurel
Date: Wed Oct 3 19:50:27 2007
New Revision: 10656
Log:
merge some #ifdef CONFIG_ENCODERS sections
Modified:
trunk/libavcodec/h263.c
Modified: trunk/libavcodec/h263.c
==============================================================================
--- trunk/libavcodec/h263.c (original)
+++ trunk/libavcodec/h263.c Wed Oct 3 19:50:27 2007
@@ -1852,9 +1852,6 @@ static void init_mv_penalty_and_fcode(Mp
umv_fcode_tab[mv]= 1;
}
}
-#endif
-
-#ifdef CONFIG_ENCODERS
static void init_uni_dc_tab(void)
{
@@ -1908,9 +1905,6 @@ static void init_uni_dc_tab(void)
}
}
-#endif //CONFIG_ENCODERS
-
-#ifdef CONFIG_ENCODERS
static void init_uni_mpeg4_rl_tab(RLTable *rl, uint32_t *bits_tab, uint8_t *len_tab){
int slevel, run, last;
@@ -2259,9 +2253,6 @@ static void h263_encode_block(MpegEncCon
}
}
}
-#endif
-
-#ifdef CONFIG_ENCODERS
/***************************************************/
/**
More information about the ffmpeg-cvslog
mailing list