Browse Source

swresample-test: make it independant of the internal SWR_CH_MAX

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 11 years ago
parent
commit
74be0f82a7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libswresample/swresample-test.c

+ 2
- 0
libswresample/swresample-test.c View File

@@ -31,6 +31,8 @@

#define SAMPLES 1000

#define SWR_CH_MAX 32

#define ASSERT_LEVEL 2

static double get(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f){


Loading…
Cancel
Save