diff svq1.c @ 4588:fc155ff94878 libavcodec

cosmetics: Fix another common typo, dependAnt --> dependEnt.
author diego
date Sat, 24 Feb 2007 09:41:43 +0000
parents 304255e80196
children a96d905dcbaa
line wrap: on
line diff
--- a/svq1.c	Sat Feb 24 00:58:28 2007 +0000
+++ b/svq1.c	Sat Feb 24 09:41:43 2007 +0000
@@ -65,7 +65,7 @@
 #define SVQ1_BLOCK_INTRA        3
 
 typedef struct SVQ1Context {
-    MpegEncContext m; // needed for motion estimation, should not be used for anything else, the idea is to make the motion estimation eventually independant of MpegEncContext, so this will be removed then (FIXME/XXX)
+    MpegEncContext m; // needed for motion estimation, should not be used for anything else, the idea is to make the motion estimation eventually independent of MpegEncContext, so this will be removed then (FIXME/XXX)
     AVCodecContext *avctx;
     DSPContext dsp;
     AVFrame picture;