On Tue, 07 Apr 2020 10:48:53 +
"Zane van Iperen" wrote:
> Adds support for the soundbank files used by the Pro Pinball series
> of games.
>
Ping 2. Could I please have some reviews on this, it's been over a week.
I have a rebased version here, if required:
https://github.com/vs49688/FFmpeg
On Tue, 07 Apr 2020 10:48:53 +
"Zane van Iperen" wrote:
> Adds support for the soundbank files used by the Pro Pinball series
> of games.
>
> Please CC for review.
>
> v8:
> - change "goto done" to a return + "goto fail"
> - Handle truncated files
> - Fix potential byte counter desync
Adds support for the soundbank files used by the Pro Pinball series of games.
Please CC for review.
v8:
- change "goto done" to a return + "goto fail"
- Handle truncated files
- Fix potential byte counter desync
v7:
- Fix empty lines
- Use av_malloc_array() instead of av_reallocp_array