diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 85c29b651b..928aaa4dde 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -453,6 +453,7 @@ typedef struct H264Context{ int mb_xy; + uint32_t svq3_watermark_key; }H264Context; #endif /* AVCODEC_H264_H */