comparison 4xm.c @ 6525:52925923273f libavcodec

cosmetics: typo fixes
author diego
date Sat, 22 Mar 2008 16:46:36 +0000
parents 48759bfbd073
children f282270c589f
comparison
equal deleted inserted replaced
6524:01647ac078a7 6525:52925923273f
403 return 0; 403 return 0;
404 } 404 }
405 405
406 /** 406 /**
407 * decode block and dequantize. 407 * decode block and dequantize.
408 * Note this is allmost identical to mjpeg 408 * Note this is almost identical to MJPEG.
409 */ 409 */
410 static int decode_i_block(FourXContext *f, DCTELEM *block){ 410 static int decode_i_block(FourXContext *f, DCTELEM *block){
411 int code, i, j, level, val; 411 int code, i, j, level, val;
412 412
413 /* DC coef */ 413 /* DC coef */