Mercurial > libavcodec.hg
changeset 10726:1550e82f6183 libavcodec
cosmetics: Remove pointless '#if 1' preprocessor directives.
author | diego |
---|---|
date | Mon, 28 Dec 2009 15:27:49 +0000 |
parents | 3b6b7fe1c27c |
children | 47e1e474e1f1 |
files | h263.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/h263.c Mon Dec 28 15:19:36 2009 +0000 +++ b/h263.c Mon Dec 28 15:27:49 2009 +0000 @@ -1911,7 +1911,6 @@ bits_tab[index]= bits; len_tab [index]= len; } -#if 1 /* ESC1 */ bits= rl->table_vlc[rl->n][0]; len= rl->table_vlc[rl->n][1]; @@ -1929,8 +1928,6 @@ len_tab [index]= len; } } -#endif -#if 1 /* ESC2 */ bits= rl->table_vlc[rl->n][0]; len= rl->table_vlc[rl->n][1]; @@ -1948,7 +1945,6 @@ len_tab [index]= len; } } -#endif /* ESC3 */ bits= rl->table_vlc[rl->n][0]; len = rl->table_vlc[rl->n][1]; @@ -5250,7 +5246,6 @@ if(s->avctx->debug&FF_DEBUG_PICT_INFO){ show_pict_info(s); } -#if 1 if (s->pict_type == FF_I_TYPE && s->codec_tag == AV_RL32("ZYGO")){ int i,j; for(i=0; i<85; i++) av_log(s->avctx, AV_LOG_DEBUG, "%d", get_bits1(&s->gb)); @@ -5265,7 +5260,6 @@ } for(i=0; i<50; i++) av_log(s->avctx, AV_LOG_DEBUG, "%d", get_bits1(&s->gb)); } -#endif return 0; }