mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
swr-test: drop one const, silence most const qualifer warnings.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ebe4d5adc5
commit
12804348f5
@ -28,7 +28,7 @@
|
||||
|
||||
#define ASSERT_LEVEL 2
|
||||
|
||||
static double get(const uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f){
|
||||
static double get(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f){
|
||||
const uint8_t *p;
|
||||
if(av_sample_fmt_is_planar(f)){
|
||||
f= av_get_alt_sample_fmt(f, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user