diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/motion_est.c')
-rw-r--r-- | src/libffmpeg/libavcodec/motion_est.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/motion_est.c b/src/libffmpeg/libavcodec/motion_est.c index 0136dcdfe..695111c78 100644 --- a/src/libffmpeg/libavcodec/motion_est.c +++ b/src/libffmpeg/libavcodec/motion_est.c @@ -667,7 +667,7 @@ static inline void set_p_mv_tables(MpegEncContext * s, int mx, int my, int mv4) s->p_mv_table[xy][0] = mx; s->p_mv_table[xy][1] = my; - /* has allready been set to the 4 MV if 4MV is done */ + /* has already been set to the 4 MV if 4MV is done */ if(mv4){ int mot_xy= s->block_index[0]; |