comparison mpeg12.c @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents d161ec980995
children 185f5e4feb72
comparison
equal deleted inserted replaced
4794:2c9f06854306 4795:522e52c630bd
1285 s->mv[0][0][0] = 0; 1285 s->mv[0][0][0] = 0;
1286 s->mv[0][0][1] = 0; 1286 s->mv[0][0][1] = 0;
1287 }else{ 1287 }else{
1288 assert(mb_type & MB_TYPE_L0L1); 1288 assert(mb_type & MB_TYPE_L0L1);
1289 //FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED 1289 //FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED
1290 /* get additionnal motion vector type */ 1290 /* get additional motion vector type */
1291 if (s->frame_pred_frame_dct) 1291 if (s->frame_pred_frame_dct)
1292 motion_type = MT_FRAME; 1292 motion_type = MT_FRAME;
1293 else{ 1293 else{
1294 motion_type = get_bits(&s->gb, 2); 1294 motion_type = get_bits(&s->gb, 2);
1295 } 1295 }