Merge "Fix typo in comment message"

This commit is contained in:
Adrian Grange
2013-10-10 14:05:51 -07:00
committed by Gerrit Code Review
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) {