]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
avcodec/motion_est_template: Fix map cache use in qpel_motion_search()
[ffmpeg] / libavcodec / h264.h
index a5fc3a053fe69c307817a16144f35c8709fbc3bf..6d6629b043715c7fa24d02f73210a6af395aaf6e 100644 (file)
@@ -520,7 +520,7 @@ typedef struct H264SliceContext {
  * H264Context
  */
 typedef struct H264Context {
-    AVClass *av_class;
+    const AVClass *class;
     AVCodecContext *avctx;
     VideoDSPContext vdsp;
     H264DSPContext h264dsp;