comparison wnv1.c @ 9464:b949a56ecc07 libavcodec

cosmetics: reindent after last commit
author kostya
date Fri, 17 Apr 2009 14:10:24 +0000
parents d719a2711c64
children 136334ad62b3
comparison
equal deleted inserted replaced
9463:d719a2711c64 9464:b949a56ecc07
134 l->avctx = avctx; 134 l->avctx = avctx;
135 avctx->pix_fmt = PIX_FMT_YUV422P; 135 avctx->pix_fmt = PIX_FMT_YUV422P;
136 136
137 code_vlc.table = code_table; 137 code_vlc.table = code_table;
138 code_vlc.table_allocated = 1 << CODE_VLC_BITS; 138 code_vlc.table_allocated = 1 << CODE_VLC_BITS;
139 init_vlc(&code_vlc, CODE_VLC_BITS, 16, 139 init_vlc(&code_vlc, CODE_VLC_BITS, 16,
140 &code_tab[0][1], 4, 2, 140 &code_tab[0][1], 4, 2,
141 &code_tab[0][0], 4, 2, INIT_VLC_USE_NEW_STATIC); 141 &code_tab[0][0], 4, 2, INIT_VLC_USE_NEW_STATIC);
142 142
143 return 0; 143 return 0;
144 } 144 }
145 145
146 AVCodec wnv1_decoder = { 146 AVCodec wnv1_decoder = {