Re: [FFmpeg-devel] [PATCH 02/10] avcodec/binkaudio: Properly flush the decoder

2021-10-27 Thread James Almer
On 10/27/2021 7:04 AM, Paul B Mahol wrote: Will this get applied anytime soon? Or should I do it? Andreas seems to be away, so if you don't want to wait for him to do it then imo push the any patch you think is ok. ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH 02/10] avcodec/binkaudio: Properly flush the decoder

2021-10-27 Thread Paul B Mahol
Will this get applied anytime soon? Or should I do it? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubs

Re: [FFmpeg-devel] [PATCH 02/10] avcodec/binkaudio: Properly flush the decoder

2021-10-11 Thread Paul B Mahol
lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 02/10] avcodec/binkaudio: Properly flush the decoder

2021-10-11 Thread Andreas Rheinhardt
The packets delivered to this decoder are often decoded to more than one frame and if the internal buffer packet is not unreferenced, the decoder will still output frames derived from the old packet (from before the flush). Signed-off-by: Andreas Rheinhardt --- libavcodec/binkaudio.c | 10 ++