diff h261dec.c @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents 4dbe6578f811
children 65b1bfb3a74c
line wrap: on
line diff
--- a/h261dec.c	Tue Jun 12 15:03:28 2007 +0000
+++ b/h261dec.c	Tue Jun 12 18:50:50 2007 +0000
@@ -164,7 +164,7 @@
             if(ret>=0)
                 return 0;
         }
-        //ok, its not where its supposed to be ...
+        //OK, it is not where it is supposed to be ...
         s->gb= s->last_resync_gb;
         align_get_bits(&s->gb);
         left= s->gb.size_in_bits - get_bits_count(&s->gb);