From d42a814ef18f6951d30b0005122c40f63cc74f55 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Thu, 6 Mar 2008 17:41:31 +0000 Subject: Make av_class a pointer to a const AVClass. Addresses one warning in imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 1a2aa0f357..ab3214825a 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -392,7 +392,7 @@ typedef struct /** An instance of a filter */ struct AVFilterContext { - AVClass *av_class; ///< needed for av_log() + const AVClass *av_class; ///< needed for av_log() AVFilter *filter; ///< the AVFilter of which this is an instance -- cgit v1.2.3