diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-24 09:41:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-24 09:41:43 +0000 |
commit | eafcac6ac851a2dff63f761a3d796af8f3e3b314 (patch) | |
tree | 23b45b188d23463eced3b20b24513c43384684a5 /libavcodec/svq1.c | |
parent | bae79c048fbbeb541182d93abf7c687ce79c5837 (diff) | |
download | ffmpeg-eafcac6ac851a2dff63f761a3d796af8f3e3b314.tar.gz |
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq1.c')
-rw-r--r-- | libavcodec/svq1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index 5e86162696..4a6c5f55c9 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -65,7 +65,7 @@ static VLC svq1_inter_mean; #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; |