summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpegaudio.c')
-rw-r--r--libavcodec/mpegaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c
index 7d2dd8d..28329de 100644
--- a/libavcodec/mpegaudio.c
+++ b/libavcodec/mpegaudio.c
@@ -770,6 +770,7 @@ int MPA_encode_frame(AVCodecContext *avctx,
static int MPA_encode_close(AVCodecContext *avctx)
{
av_freep(&avctx->coded_frame);
+ return 0;
}
AVCodec mp2_encoder = {
OpenPOWER on IntegriCloud