Mercurial > libavcodec.hg
changeset 5765:c5ef5e6da9c5 libavcodec
merge some #ifdef CONFIG_ENCODERS sections
author | aurel |
---|---|
date | Wed, 03 Oct 2007 17:50:27 +0000 |
parents | b5201af1a8b9 |
children | ad8345572a2e |
files | h263.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/h263.c Wed Oct 03 17:47:41 2007 +0000 +++ b/h263.c Wed Oct 03 17:50:27 2007 +0000 @@ -1852,9 +1852,6 @@ umv_fcode_tab[mv]= 1; } } -#endif - -#ifdef CONFIG_ENCODERS static void init_uni_dc_tab(void) { @@ -1908,9 +1905,6 @@ } } -#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 @@ } } } -#endif - -#ifdef CONFIG_ENCODERS /***************************************************/ /**