Commit a9111772 authored by Michael Niedermayer's avatar Michael Niedermayer

swr: Fix assignment discards qualifiers from pointer target type warning.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 03e56a2a
......@@ -33,7 +33,7 @@ typedef struct AudioData{
} AudioData;
typedef struct SwrContext { //FIXME find unused fields
AVClass *av_class;
const AVClass *av_class;
int log_level_offset;
void *log_ctx;
enum AVSampleFormat in_sample_fmt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment