1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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>
This commit is contained in:
Michael Niedermayer 2012-09-09 03:03:49 +02:00
parent c3c646a868
commit ab94d1be7a

View File

@ -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) {