X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.h;h=6d6629b043715c7fa24d02f73210a6af395aaf6e;hb=83df0a84a99d8291e5e1c5f7e2289cbd89107881;hp=a5fc3a053fe69c307817a16144f35c8709fbc3bf;hpb=42f0ed67a34d9c5b9b37d00c2f46dff9d9135da2;p=ffmpeg diff --git a/libavcodec/h264.h b/libavcodec/h264.h index a5fc3a053fe..6d6629b0437 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -520,7 +520,7 @@ typedef struct H264SliceContext { * H264Context */ typedef struct H264Context { - AVClass *av_class; + const AVClass *class; AVCodecContext *avctx; VideoDSPContext vdsp; H264DSPContext h264dsp;