summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-06-17 15:02:53 +0000
committerDiego Biurrun <diego@biurrun.de>2005-06-17 15:02:53 +0000
commitbb628dae442f85fc8814d7c60c744a409fa001ab (patch)
treed91864ccb8c065a7fc9a95829632a911e654a7f3 /libavcodec/motion_est.c
parent36940eca762ea3ad77135c95230af65da74a56a6 (diff)
spelling fixes
patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself Originally committed as revision 4382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index f49eda1ff9..fefb3a82de 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -664,7 +664,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];