summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-24 17:09:28 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-24 17:09:28 +0000
commitca74c0a180d715f0af685bbd9f4bf01501d38325 (patch)
treef433a79ce2f1d698dc94407a00074d8a7c158acb /libavcodec/h263dec.c
parentcc8de8e8a5789963fe6bbccae0411f2acc278c57 (diff)
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 5ff77841a0..de1f146c3c 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -508,7 +508,7 @@ retry:
s->padding_bug_score= 256*256*256*64;
/* very ugly XVID padding bug detection FIXME/XXX solve this differently
- * lets hope this at least works
+ * Let us hope this at least works.
*/
if( s->resync_marker==0 && s->data_partitioning==0 && s->divx_version==0
&& s->codec_id==CODEC_ID_MPEG4 && s->vo_type==0)