typos/grammar

Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-04-07 14:09:20 +00:00
parent 911406f2c4
commit e42dba481f
13 changed files with 15 additions and 15 deletions

View File

@@ -1287,7 +1287,7 @@ static int mpeg_decode_mb(MpegEncContext *s,
}else{
assert(mb_type & MB_TYPE_L0L1);
//FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED
/* get additionnal motion vector type */
/* get additional motion vector type */
if (s->frame_pred_frame_dct)
motion_type = MT_FRAME;
else{