You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
make option field const
Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -33,7 +33,7 @@ struct AVCLASS {
|
||||
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 */
|
||||
|
Reference in New Issue
Block a user