From 5291cedd6ca39c7e33b5c0ad543aad8890107104 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 28 Jan 2012 19:46:47 +0000 Subject: [PATCH] libgsm: remove dupe assigment. Signed-off-by: Paul B Mahol Signed-off-by: Michael Niedermayer --- libavcodec/libgsm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c index 203e360375..919387492c 100644 --- a/libavcodec/libgsm.c +++ b/libavcodec/libgsm.c @@ -72,7 +72,6 @@ static av_cold int libgsm_encode_init(AVCodecContext *avctx) { } avctx->coded_frame= avcodec_alloc_frame(); - avctx->coded_frame->key_frame= 1; if (!avctx->coded_frame) goto error;