mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00: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:
parent
c3c646a868
commit
ab94d1be7a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user