summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/msvideo1enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/msvideo1enc.c b/libavcodec/msvideo1enc.c
index 50c0a06dff..d5088feeb8 100644
--- a/libavcodec/msvideo1enc.c
+++ b/libavcodec/msvideo1enc.c
@@ -71,7 +71,7 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
uint16_t *src;
uint8_t *prevptr;
uint8_t *dst, *buf;
- int keyframe = 1;
+ int keyframe = 0;
int no_skips = 1;
int i, j, k, x, y, ret;
int skips = 0;