# HG changeset patch # User bcoudurier # Date 1163636955 0 # Node ID daeb1d7eec412cae219339dbd53cbbb678753956 # Parent bec4c3d175da1a4a0d1c921375408345df35d192 make option field const diff -r bec4c3d175da -r daeb1d7eec41 log.h --- a/log.h Tue Nov 14 21:57:27 2006 +0000 +++ b/log.h Thu Nov 16 00:29:15 2006 +0000 @@ -33,7 +33,7 @@ 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 */