summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 383ab3b774..391d4e1f98 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -4013,7 +4013,7 @@ static int vc1_decode_frame(AVCodecContext *avctx,
}
/* We need to set current_picture_ptr before reading the header,
- * otherwise we cannot store anyting in there. */
+ * otherwise we cannot store anything in there. */
if(s->current_picture_ptr==NULL || s->current_picture_ptr->data[0]){
int i= ff_find_unused_picture(s, 0);
s->current_picture_ptr= &s->picture[i];