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

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

parent 03e56a2a
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ typedef struct AudioData{ ...@@ -33,7 +33,7 @@ typedef struct AudioData{
} AudioData; } AudioData;
typedef struct SwrContext { //FIXME find unused fields typedef struct SwrContext { //FIXME find unused fields
AVClass *av_class; const AVClass *av_class;
int log_level_offset; int log_level_offset;
void *log_ctx; void *log_ctx;
enum AVSampleFormat in_sample_fmt; enum AVSampleFormat in_sample_fmt;
......
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