From dd63e275748ce3003e2ead88b6e35a9033970000 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 26 Apr 2012 09:54:01 +0200 Subject: [PATCH] swr-test: add sorted formats table from avr Signed-off-by: Michael Niedermayer --- libswresample/swresample_test.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libswresample/swresample_test.c b/libswresample/swresample_test.c index 5f88f6af27..2e8860b6ef 100644 --- a/libswresample/swresample_test.c +++ b/libswresample/swresample_test.c @@ -80,6 +80,19 @@ static void shift(uint8_t *a[], int index, int ch_count, enum AVSampleFormat f){ } } +static const enum AVSampleFormat formats[] = { + AV_SAMPLE_FMT_S16, + AV_SAMPLE_FMT_FLTP, + AV_SAMPLE_FMT_S16P, + AV_SAMPLE_FMT_FLT, + AV_SAMPLE_FMT_S32P, + AV_SAMPLE_FMT_S32, + AV_SAMPLE_FMT_U8P, + AV_SAMPLE_FMT_U8, + AV_SAMPLE_FMT_DBLP, + AV_SAMPLE_FMT_DBL, +}; + uint64_t layouts[]={ AV_CH_LAYOUT_MONO , AV_CH_LAYOUT_STEREO ,