Fix typo in comment message

Change-Id: Ifef756a3a91423bb9f5411f06fa092027be21ecf
This commit is contained in:
Jingning Han 2013-10-07 10:45:23 -07:00
parent 1e8fc24af8
commit f0772dc5b8
2 changed files with 15 additions and 15 deletions

View File

@ -388,8 +388,8 @@ static void encode_ref_frame(VP9_COMP *cpi, vp9_writer *bc) {
mi->ref_frame[0]); mi->ref_frame[0]);
} }
// if using the prediction mdoel we have nothing further to do because // If using the prediction model we have nothing further to do because
// the reference frame is fully coded by the segment // the reference frame is fully coded by the segment.
} }
static void pack_inter_mode_mvs(VP9_COMP *cpi, MODE_INFO *m, vp9_writer *bc) { static void pack_inter_mode_mvs(VP9_COMP *cpi, MODE_INFO *m, vp9_writer *bc) {