diff --git a/libavcodec/bintext.c b/libavcodec/bintext.c index 06742c1d9f..8c12c590a6 100644 --- a/libavcodec/bintext.c +++ b/libavcodec/bintext.c @@ -94,7 +94,7 @@ static av_cold int decode_init(AVCodecContext *avctx) } #define DEFAULT_BG_COLOR 0 -static void hscroll(AVCodecContext *avctx) +av_unused static void hscroll(AVCodecContext *avctx) { XbinContext *s = avctx->priv_data; if (s->y < avctx->height - s->font_height) {