summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wmv2.c')
-rw-r--r--libavcodec/wmv2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c
index b6376d80b6..e14ee08481 100644
--- a/libavcodec/wmv2.c
+++ b/libavcodec/wmv2.c
@@ -474,7 +474,7 @@ s->picture_number++; //FIXME ?
// return wmv2_decode_j_picture(w); //FIXME
if(w->j_type){
- av_log(s->avctx, AV_LOG_ERROR, "J-type picture isnt supported\n");
+ av_log(s->avctx, AV_LOG_ERROR, "J-type picture is not supported\n");
return -1;
}
@@ -723,7 +723,7 @@ static int wmv2_decode_mb(MpegEncContext *s, DCTELEM block[6][64])
s->mv_type = MV_TYPE_16X16;
s->mv[0][0][0] = 0;
s->mv[0][0][1] = 0;
- s->mb_skiped = 1;
+ s->mb_skipped = 1;
w->hshift=0;
return 0;
}