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

2020-05-05 Thread Michael Niedermayer
On Mon, May 04, 2020 at 02:25:56PM +, Zane van Iperen wrote: > Adds support for the soundbank files used by the Pro Pinball series of games. > > v13: > - Increment current_track after reading a packet. > > v12: [9] > - Read packets in a round-robin fashion to > avoid "Too many packets

[FFmpeg-devel] [PATCH v13] 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. v13: - Increment current_track after reading a packet. 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: