comparison cabac.h @ 5686:9ad4e94cc5b8 libavcodec

cosmetics: typo
author diego
date Sun, 16 Sep 2007 16:23:34 +0000
parents 81226e690378
children af20477e9994
comparison
equal deleted inserted replaced
5685:070a376d496b 5686:9ad4e94cc5b8
804 return c->bytestream - c->bytestream_start; 804 return c->bytestream - c->bytestream_start;
805 } 805 }
806 } 806 }
807 807
808 /** 808 /**
809 * get (truncated) unnary binarization. 809 * Get (truncated) unary binarization.
810 */ 810 */
811 static int get_cabac_u(CABACContext *c, uint8_t * state, int max, int max_index, int truncated){ 811 static int get_cabac_u(CABACContext *c, uint8_t * state, int max, int max_index, int truncated){
812 int i; 812 int i;
813 813
814 for(i=0; i<max; i++){ 814 for(i=0; i<max; i++){