From a911177276d8d600fe79909b15af593dbd57a938 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 21 Oct 2011 00:33:04 +0200 Subject: swr: Fix assignment discards qualifiers from pointer target type warning. Signed-off-by: Michael Niedermayer --- libswresample/swresample_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample') diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index 4c6cf6764e..3137be62da 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -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; -- cgit v1.2.3