Browse Source

merge some #ifdef CONFIG_ENCODERS sections

Originally committed as revision 10656 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 17 years ago
parent
commit
ba869f6b25
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      libavcodec/h263.c

+ 0
- 9
libavcodec/h263.c View File

@@ -1852,9 +1852,6 @@ static void init_mv_penalty_and_fcode(MpegEncContext *s)
umv_fcode_tab[mv]= 1; umv_fcode_tab[mv]= 1;
} }
} }
#endif

#ifdef CONFIG_ENCODERS


static void init_uni_dc_tab(void) 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){ static void init_uni_mpeg4_rl_tab(RLTable *rl, uint32_t *bits_tab, uint8_t *len_tab){
int slevel, run, last; int slevel, run, last;


@@ -2259,9 +2253,6 @@ static void h263_encode_block(MpegEncContext * s, DCTELEM * block, int n)
} }
} }
} }
#endif

#ifdef CONFIG_ENCODERS


/***************************************************/ /***************************************************/
/** /**


Loading…
Cancel
Save