ffmpeg | branch: master | Paul B Mahol <[email protected]> | Sat Sep 8 20:44:22 2018 +0200| [0d37823c836d880d3ef5267b49f7823000c02566] | committer: Paul B Mahol
avcodec/interplayacm: decoder supports init_cleanup capability > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d37823c836d880d3ef5267b49f7823000c02566 --- libavcodec/interplayacm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/interplayacm.c b/libavcodec/interplayacm.c index c897e72bb6..5639d8de82 100644 --- a/libavcodec/interplayacm.c +++ b/libavcodec/interplayacm.c @@ -629,5 +629,6 @@ AVCodec ff_interplay_acm_decoder = { .close = decode_close, .decode = decode_frame, .capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1, + .caps_internal = FF_CODEC_CAP_INIT_CLEANUP, .priv_data_size = sizeof(InterplayACMContext), }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
