summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-24 09:41:43 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-24 09:41:43 +0000
commiteafcac6ac851a2dff63f761a3d796af8f3e3b314 (patch)
tree23b45b188d23463eced3b20b24513c43384684a5 /libavcodec/mjpeg.c
parentbae79c048fbbeb541182d93abf7c687ce79c5837 (diff)
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mjpeg.c')
-rw-r--r--libavcodec/mjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c
index e13e12cc84..956f809922 100644
--- a/libavcodec/mjpeg.c
+++ b/libavcodec/mjpeg.c
@@ -901,7 +901,7 @@ typedef struct MJpegDecodeContext {
int cur_scan; /* current scan, used by JPEG-LS */
} MJpegDecodeContext;
-#include "jpeg_ls.c" //FIXME make jpeg-ls more independant
+#include "jpeg_ls.c" //FIXME make jpeg-ls more independent
static int mjpeg_decode_dht(MJpegDecodeContext *s);