Re: [FFmpeg-devel] [PATCH] avformat/westwood_aud: Adds PCM format demux.

2019-02-28 Thread Michael Niedermayer
On Wed, Feb 27, 2019 at 11:12:08PM +, Aidan R wrote: > PCM format AUD files are found in Westwood's Blade Runner game. > --- > libavformat/westwood_aud.c | 80 > -- > 1 file changed, 63 insertions(+), 17 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH] avformat/westwood_aud: Adds PCM format demux.

2019-02-28 Thread Tomas Härdin
ons 2019-02-27 klockan 23:12 + skrev Aidan R: > PCM format AUD files are found in Westwood's Blade Runner game. Do we have samples for this? > @@ -100,6 +119,15 @@ static int wsaud_read_header(AVFormatContext *s) >  return AVERROR(ENOMEM); >   >  switch (codec) { > +case  0:

[FFmpeg-devel] [PATCH] avformat/westwood_aud: Adds PCM format demux.

2019-02-27 Thread Aidan R
PCM format AUD files are found in Westwood's Blade Runner game. --- libavformat/westwood_aud.c | 80 -- 1 file changed, 63 insertions(+), 17 deletions(-) diff --git a/libavformat/westwood_aud.c b/libavformat/westwood_aud.c index 9c2d35cb8a..5d7e827bc1