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" for the planar format. Patch attached below.

Attachment: adpcm_sample_fmts_s16p.patch
Description: Binary data

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to