Commit ab94d1be authored by Michael Niedermayer's avatar Michael Niedermayer

bintext: mark hscroll() as unused

This fixes a warning about a unused function
Alternatively the function could be removed
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c3c646a8
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment