|
|
@@ -1530,7 +1530,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx, void *data, |
|
|
|
|
|
|
|
static const enum AVSampleFormat sample_fmts_s16[] = { AV_SAMPLE_FMT_S16, |
|
|
|
AV_SAMPLE_FMT_NONE }; |
|
|
|
static const enum AVSampleFormat sample_fmts_s16p[] = { AV_SAMPLE_FMT_S16, |
|
|
|
static const enum AVSampleFormat sample_fmts_s16p[] = { AV_SAMPLE_FMT_S16P, |
|
|
|
AV_SAMPLE_FMT_NONE }; |
|
|
|
static const enum AVSampleFormat sample_fmts_both[] = { AV_SAMPLE_FMT_S16, |
|
|
|
AV_SAMPLE_FMT_S16P, |
|
|
|