Re: [FFmpeg-devel] [PATCH v12] avformat: add demuxer for Pro Pinball Series' Soundbanks

2020-05-04 Thread Zane van Iperen
On Mon, 04 May 2020 13:02:14 + "Zane van Iperen" wrote: > Adds support for the soundbank files used by the Pro Pinball series > of games. Please disregard, I sent the wrong commit. Zane ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https:

[FFmpeg-devel] [PATCH v12] avformat: add demuxer for Pro Pinball Series' Soundbanks

2020-05-04 Thread Zane van Iperen
Adds support for the soundbank files used by the Pro Pinball series of games. v12: [9] - Read packets in a round-robin fashion to avoid "Too many packets buffered" errors. v11: [8] - Change probe function to be all-or-nothing v10: [7] - Change while() to for(). v9: [6] - Rebase afte