comparison intelh263dec.c @ 10812:238c62c8728e libavcodec

Fix indention.
author michael
date Fri, 08 Jan 2010 16:04:45 +0000
parents 9b3ec3d1bdae
children d0657e337f91
comparison
equal deleted inserted replaced
10811:4b790cd2c245 10812:238c62c8728e
107 s->f_code = 1; 107 s->f_code = 1;
108 108
109 s->y_dc_scale_table= 109 s->y_dc_scale_table=
110 s->c_dc_scale_table= ff_mpeg1_dc_scale_table; 110 s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
111 111
112 ff_h263_show_pict_info(s); 112 ff_h263_show_pict_info(s);
113 113
114 return 0; 114 return 0;
115 } 115 }
116 116
117 AVCodec h263i_decoder = { 117 AVCodec h263i_decoder = {