Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-12 22:50:50 +0400
committerDiego Biurrun <diego@biurrun.de>2007-06-12 22:50:50 +0400
commit90b5b51eab008ddb24701bb95aa4c017e62bb111 (patch)
tree47bc9eb153584ccf309c27277fb56c2d1468230f /libavcodec/h261dec.c
parentc294d7c6bafb5115dbaffd12aec4530ffed3a0b4 (diff)
misc typo fixes
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261dec.c')
-rw-r--r--libavcodec/h261dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c
index 017bf1cd22..7f8f141067 100644
--- a/libavcodec/h261dec.c
+++ b/libavcodec/h261dec.c
@@ -164,7 +164,7 @@ static int ff_h261_resync(H261Context *h){
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);