Skip to content
Snippets Groups Projects
Commit 12804348 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swr-test: drop one const, silence most const qualifer warnings.

parent ebe4d5ad
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment