comparison h264pred.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 1cffcc7b1470
children 22da8afd75a5
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
1182 pred4x4_horizontal_add_c(pix + block_offset[i], block + i*16, stride); 1182 pred4x4_horizontal_add_c(pix + block_offset[i], block + i*16, stride);
1183 } 1183 }
1184 1184
1185 1185
1186 /** 1186 /**
1187 * Sets the intra prediction function pointers. 1187 * Set the intra prediction function pointers.
1188 */ 1188 */
1189 void ff_h264_pred_init(H264PredContext *h, int codec_id){ 1189 void ff_h264_pred_init(H264PredContext *h, int codec_id){
1190 // MpegEncContext * const s = &h->s; 1190 // MpegEncContext * const s = &h->s;
1191 1191
1192 if(codec_id != CODEC_ID_RV40){ 1192 if(codec_id != CODEC_ID_RV40){