diff h263dec.c @ 5963:80103098c797 libavcodec

spelling
author vitor
date Sat, 01 Dec 2007 22:21:04 +0000
parents 83ac4620c6ed
children 83cb2494fb8a
line wrap: on
line diff
--- a/h263dec.c	Sat Dec 01 15:41:35 2007 +0000
+++ b/h263dec.c	Sat Dec 01 22:21:04 2007 +0000
@@ -702,7 +702,7 @@
     }
 
     /* Return the Picture timestamp as the frame number */
-    /* we substract 1 because it is added on utils.c    */
+    /* we subtract 1 because it is added on utils.c     */
     avctx->frame_number = s->picture_number - 1;
 
 #ifdef PRINT_FRAME_TIME