diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index 83ee255c7d..f7e840524a 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -2642,6 +2642,7 @@ AVCodec mp2_decoder = NULL, decode_frame, CODEC_CAP_PARSE_ONLY, + .flush= flush, }; #endif #ifdef CONFIG_MP3_DECODER