comparison wmv2.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 997c368e6433
children b215d5a5fa9a
comparison
equal deleted inserted replaced
5126:7982b376b58a 5127:4dbe6578f811
192 s->esc3_run_length= 0; 192 s->esc3_run_length= 0;
193 193
194 return 0; 194 return 0;
195 } 195 }
196 196
197 // nearly idential to wmv1 but thats just because we dont use the useless M$ crap features 197 /* Nearly identical to wmv1 but that is just because we do not use the
198 // its duplicated here in case someone wants to add support for these carp features 198 * useless M$ crap features. It is duplicated here in case someone wants
199 * to add support for these crap features. */
199 void ff_wmv2_encode_mb(MpegEncContext * s, 200 void ff_wmv2_encode_mb(MpegEncContext * s,
200 DCTELEM block[6][64], 201 DCTELEM block[6][64],
201 int motion_x, int motion_y) 202 int motion_x, int motion_y)
202 { 203 {
203 Wmv2Context * const w= (Wmv2Context*)s; 204 Wmv2Context * const w= (Wmv2Context*)s;