On Tue, Aug 19, 2014 at 11:54:26AM -0700, Jonathan Morley wrote:
> As of git: ea97859c8c218b83ab747a7eabcb88ca446f6751 line 1533 in
> libavcodec/adpcm.c contains:
>
> static const enum AVSampleFormat sample_fmts_s16p[] = { AV_SAMPLE_FMT_S16,
>
> I believe it should contain:
>
> static const enu
As of git: ea97859c8c218b83ab747a7eabcb88ca446f6751 line 1533 in
libavcodec/adpcm.c contains:
static const enum AVSampleFormat sample_fmts_s16p[] = { AV_SAMPLE_FMT_S16,
I believe it should contain:
static const enum AVSampleFormat sample_fmts_s16p[] = { AV_SAMPLE_FMT_S16P,
Note the trailing "P