Mercurial > libavutil.hg
changeset 144:daeb1d7eec41 libavutil
make option field const
author | bcoudurier |
---|---|
date | Thu, 16 Nov 2006 00:29:15 +0000 |
parents | bec4c3d175da |
children | f84ea89de398 |
files | log.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */