[FFmpeg-cvslog] avcodec/wmaprodec: add missing flush call for xma1
Paul B Mahol
git at videolan.org
Fri Jan 27 19:42:47 EET 2023
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | 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 },
More information about the ffmpeg-cvslog
mailing list