summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-15 16:15:47 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-15 16:15:47 +0000
commitbd1071363648638a1a2d958edb70e8ca83ec4138 (patch)
treef8de9e326f2587a1216b3378c7ac0c559ec2fe32 /libavcodec/h263.c
parentbee972eeaddbcd92d8bc4823bd676fe19fa0e96f (diff)
typo fixes
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index bc393f7c48..6a420f9da6 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -3202,7 +3202,7 @@ static int mpeg4_decode_video_packet_header(MpegEncContext *s)
}
if(s->pict_type == FF_B_TYPE){
while(s->next_picture.mbskip_table[ s->mb_index2xy[ mb_num ] ]) mb_num++;
- if(mb_num >= s->mb_num) return -1; // slice contains just skipped MBs which where allready decoded
+ if(mb_num >= s->mb_num) return -1; // slice contains just skipped MBs which where already decoded
}
s->mb_x= mb_num % s->mb_width;