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/h263.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/h263.c')
-rw-r--r-- | libavcodec/h263.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c index 27b66a0c81..31cc583915 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -2519,7 +2519,7 @@ void mpeg4_encode_picture_header(MpegEncContext * s, int picture_number) #endif //CONFIG_ENCODERS /** - * set qscale and update qscale dependant variables. + * set qscale and update qscale dependent variables. */ void ff_set_qscale(MpegEncContext * s, int qscale) { |