diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 9f5ab1fcbb..da21876cc0 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -982,7 +982,7 @@ static const char * context_to_name(void * ptr) { return "postproc"; } -static AVClass av_codec_context_class = { "Postproc", context_to_name, NULL }; +static const AVClass av_codec_context_class = { "Postproc", context_to_name, NULL }; pp_context_t *pp_get_context(int width, int height, int cpuCaps){ PPContext *c= av_malloc(sizeof(PPContext)); diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index e977048d2f..922dbd8117 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -126,7 +126,7 @@ typedef struct PPContext{ /** * info on struct for av_log */ - AVClass *av_class; + const AVClass *av_class; uint8_t *tempBlocks; ///