mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/libopencore-amr: remove av_free coded_frame.
There seems to be nothing that sets coded_frame also av_free is wrong Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
57c63c92c5
commit
d94633409b
@ -205,7 +205,6 @@ static av_cold int amr_nb_encode_init(AVCodecContext *avctx)
|
||||
s->enc_state = Encoder_Interface_init(s->enc_dtx);
|
||||
if (!s->enc_state) {
|
||||
av_log(avctx, AV_LOG_ERROR, "Encoder_Interface_init error\n");
|
||||
av_freep(&avctx->coded_frame);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user