On Sun, 19 Feb 2012, Justin Ruggles wrote:
it is already set in avcodec_alloc_frame() --- libavcodec/libmp3lame.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c index 1241cdc..0409655 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: -- 1.7.1
Ok // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
