Commit 728762ef authored by bcoudurier's avatar bcoudurier

make option field const

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7093 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 57a5ae01
...@@ -33,7 +33,7 @@ struct AVCLASS { ...@@ -33,7 +33,7 @@ struct AVCLASS {
or AVFormatContext, which begin with an AVClass. or AVFormatContext, which begin with an AVClass.
Needed because av_log is in libavcodec and has no visibility Needed because av_log is in libavcodec and has no visibility
of AVIn/OutputFormat */ of AVIn/OutputFormat */
struct AVOption *option; const struct AVOption *option;
}; };
/* av_log API */ /* av_log API */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment