make option field const
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Thu, 16 Nov 2006 00:29:15 +0000 (00:29 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Thu, 16 Nov 2006 00:29:15 +0000 (00:29 +0000)
Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/log.h

index 2c159c2..0ff1f9f 100644 (file)
@@ -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 */