Commit 3666f75d authored by Baptiste Coudurier's avatar Baptiste Coudurier

make option field const

Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9c914398
...@@ -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