bintext: mark hscroll() as unused

This fixes a warning about a unused function
Alternatively the function could be removed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/28/head
Michael Niedermayer 13 years ago
parent c3c646a868
commit ab94d1be7a
  1. 2
      libavcodec/bintext.c

@ -94,7 +94,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
} }
#define DEFAULT_BG_COLOR 0 #define DEFAULT_BG_COLOR 0
static void hscroll(AVCodecContext *avctx) av_unused static void hscroll(AVCodecContext *avctx)
{ {
XbinContext *s = avctx->priv_data; XbinContext *s = avctx->priv_data;
if (s->y < avctx->height - s->font_height) { if (s->y < avctx->height - s->font_height) {

Loading…
Cancel
Save