ttml: fix local path include

This commit is contained in:
Steve Lhomme 2024-06-13 10:10:49 +02:00
parent f5227c013f
commit 391b682a37
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include <vlc_codec.h>
#include <vlc_subpicture.h>
#include "../codec/ttml/ttml.h"
#include "ttml.h"
#define HEX_COLOR_MAX 10
static void FillHexColor( uint32_t argb, bool withalpha, char text[HEX_COLOR_MAX] )

View File

@ -35,7 +35,7 @@
#include <stdlib.h>
#include <ctype.h>
#include "../codec/ttml/ttml.h"
#include "ttml.h"
char *tt_genTiming( tt_time_t t )
{