comparison error_resilience.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents f99e40a7155b
children 4134f79e37b3
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
106 } 106 }
107 } 107 }
108 } 108 }
109 109
110 /** 110 /**
111 * guess the dc of blocks which dont have a undamaged dc 111 * guess the dc of blocks which do not have an undamaged dc
112 * @param w width in 8 pixel blocks 112 * @param w width in 8 pixel blocks
113 * @param h height in 8 pixel blocks 113 * @param h height in 8 pixel blocks
114 */ 114 */
115 static void guess_dc(MpegEncContext *s, int16_t *dc, int w, int h, int stride, int is_luma){ 115 static void guess_dc(MpegEncContext *s, int16_t *dc, int w, int h, int stride, int is_luma){
116 int b_x, b_y; 116 int b_x, b_y;