From 3666f75d336191578d84d790cccfae03da00f9f2 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 16 Nov 2006 00:29:15 +0000 Subject: [PATCH] make option field const Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/log.h b/libavutil/log.h index 2c159c2ea..0ff1f9fcf 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -33,7 +33,7 @@ struct AVCLASS { or AVFormatContext, which begin with an AVClass. Needed because av_log is in libavcodec and has no visibility of AVIn/OutputFormat */ - struct AVOption *option; + const struct AVOption *option; }; /* av_log API */ -- 2.11.0