diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c index 1241cdc754..040965579d 100644 --- a/libavcodec/libmp3lame.c +++ b/libavcodec/libmp3lame.c @@ -89,7 +89,6 @@ static av_cold int MP3lame_encode_init(AVCodecContext *avctx) ret = AVERROR(ENOMEM); goto error; } - avctx->coded_frame->key_frame = 1; return 0; error: