mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-26 01:03:07 +00:00
make option field const
Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9c9143989b
commit
3666f75d33
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user