mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-14 06:00:59 +00:00
Import teletext.h from lib_ccx.h for function definitions that are used from general_loop
This commit is contained in:
parent
04ea39073b
commit
33c4c5a021
@ -19,6 +19,7 @@
|
||||
|
||||
#include "networking.h"
|
||||
#include "avc_functions.h"
|
||||
#include "teletext.h"
|
||||
|
||||
#ifdef WITH_LIBCURL
|
||||
#include <curl/curl.h>
|
||||
|
@ -7,6 +7,8 @@
|
||||
|
||||
//#include <inttypes.h>
|
||||
|
||||
#define MAX_TLT_PAGES 1000
|
||||
|
||||
typedef struct {
|
||||
uint64_t show_timestamp; // show at timestamp (in ms)
|
||||
uint64_t hide_timestamp; // hide at timestamp (in ms)
|
||||
|
@ -56,8 +56,6 @@ static const char* TTXT_COLOURS[8] = {
|
||||
"#000000", "#ff0000", "#00ff00", "#ffff00", "#0000ff", "#ff00ff", "#00ffff", "#ffffff"
|
||||
};
|
||||
|
||||
#define MAX_TLT_PAGES 1000
|
||||
|
||||
|
||||
// 1-byte alignment; just to be sure, this struct is being used for explicit type conversion
|
||||
// FIXME: remove explicit type conversion from buffer to structs
|
||||
|
Loading…
Reference in New Issue
Block a user