mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-14 20:05:19 +08:00
Make av_class a pointer to a const AVClass. Addresses one warning in
imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -768,7 +768,7 @@ static const AVOption options[]={
|
||||
#undef D
|
||||
#undef DEFAULT
|
||||
|
||||
static AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options };
|
||||
static const AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options };
|
||||
|
||||
void avcodec_get_context_defaults2(AVCodecContext *s, enum CodecType codec_type){
|
||||
int flags=0;
|
||||
|
Reference in New Issue
Block a user