summaryrefslogtreecommitdiff
path: root/src/internal/subtitle/renderers
diff options
context:
space:
mode:
authorTuomas Virtanen <katajakasa@gmail.com>2018-11-15 00:54:46 +0200
committerGitHub <noreply@github.com>2018-11-15 00:54:46 +0200
commit226878461cef5ecf265518a350d9559158152e37 (patch)
tree6ff3cca8a7f4f7538f04e8e0b8d2d3fa2315b301 /src/internal/subtitle/renderers
parenta24e6cd7773c8f10cf1fc86eab96c570f99ca7bd (diff)
parentf7d7216cffb27789229d3dbb5e05e8e833f492d5 (diff)
Merge pull request #48 from katajakasa/new-dec-api
Some initial work on supporting new ffmpeg decoder API
Diffstat (limited to 'src/internal/subtitle/renderers')
-rw-r--r--src/internal/subtitle/renderers/kitsubass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/subtitle/renderers/kitsubass.c b/src/internal/subtitle/renderers/kitsubass.c
index 505d80f..7dfb31b 100644
--- a/src/internal/subtitle/renderers/kitsubass.c
+++ b/src/internal/subtitle/renderers/kitsubass.c
@@ -88,7 +88,7 @@ static int ren_get_ass_data_cb(Kit_SubtitleRenderer *ren, Kit_TextureAtlas *atla
SDL_Surface *dst = NULL;
ASS_Image *src = NULL;
int change = 0;
- unsigned int now = current_pts * 1000;
+ long long now = current_pts * 1000;
if(Kit_LockDecoderOutput(ren->dec) == 0) {
// Tell ASS to render some images