ffmpeg | branch: master | Paul B Mahol <[email protected]> | Fri Jan 27 15:52:31 2023 +0100| [0c7da969247cc4498dccefc554d7aaf3c00c194f] | committer: Paul B Mahol
avcodec/wmaprodec: add missing flush call for xma1 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c7da969247cc4498dccefc554d7aaf3c00c194f --- libavcodec/wmaprodec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index fbfe75ee33..7f7357836a 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -2110,6 +2110,7 @@ const FFCodec ff_xma1_decoder = { .init = xma_decode_init, .close = xma_decode_end, FF_CODEC_DECODE_CB(xma_decode_packet), + .flush = xma_flush, .p.capabilities = AV_CODEC_CAP_SUBFRAMES | AV_CODEC_CAP_DR1 | AV_CODEC_CAP_DELAY, .p.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_NONE }, _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
